Cleveland County Council elections
Cleveland was a non-metropolitan county in England. It was abolished on 1 April 1996 and replaced by Hartlepool, Middlesbrough, Redcar and Cleveland and Stockton-on-Tees.
Political control
Since the first election to the council in 1973 political control of the council has been held by the following parties:
Council elections
- 1973 Cleveland County Council election
- 1977 Cleveland County Council election
- 1981 Cleveland County Council election
- 1985 Cleveland County Council election
- 1989 Cleveland County Council election
- 1993 Cleveland County Council election
County result maps
By-election results
gollark: "ubiquarian form" mostly.
gollark: Yes, to disguise yourself.
gollark: *#3* was all my work though.
gollark: You can tell, because it has typings and recursion.
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.