2010 North Carolina elections

Elections were held in North Carolina on Tuesday, November 2, 2010. Primary elections took place on May 4, 2010.

Federal

United States Senate

Incumbent Republican Richard Burr won re-election against a crowded field.

United States House

All 13 seats in the United States House of Representatives were up for election in 2010. All thirteen incumbents sought re-election.

State

Statewide offices in North Carolina, including Governor, Lieutenant Governor, Secretary of State, Attorney General, Treasurer, and Auditor, were not up for election in 2010.

State Senate

All 50 seats in the North Carolina Senate were up for election in 2010.

State House of Representatives

All 120 seats in the North Carolina House of Representatives were up for election in 2010.

Judicial positions

At least one North Carolina Supreme Court seat and four North Carolina Court of Appeals seats were up for election in 2010. Vacancies on either court that occurred before the election may increased the number of seats on the ballot.

Ballot measures

At least one statewide ballot measure was on the November 2 ballot:

  • Prohibit convicted felons from running for sheriff in the state

Local

Many elections for county offices were also held on November 2, 2010.

gollark: More so than some handwritten one would be, most likely.
gollark: It's very\* readable\*\*.
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.