William Ross Bulloch
William Ross Bulloch (June 7, 1884 – June 19, 1954) was a Canadian politician. He was a Member of the Legislative Assembly of Quebec.[1]
William Ross Bulloch | |
---|---|
Member of the Legislative Assembly of Quebec for Westmount | |
In office 1936–1939 | |
Preceded by | Charles Allan Smart |
Succeeded by | District was abolished in 1939 |
Personal details | |
Born | Dunoon, Scotland | June 7, 1884
Died | June 19, 1954 70) Montreal, Quebec | (aged
Political party | Union Nationale |
Member of the legislature
Bulloch was elected to Quebec's legislative assembly in the provincial riding of Westmount in the 1936 election and sat with the Union Nationale caucus. He lost re-election as a Conservative in the district of Montréal-Notre-Dame-de-Grâce in the 1939 election.
City Councillor
He served as a city councillor in Montreal from 1944 until his death.
Death
Bulloch died on June 19, 1954 in Montreal.
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentsemoji :: String -> Stringemoji x = ':':x ++ ": "toBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = emoji "exclamation"toBig '+' = emoji "heavy_plus_sign"toBig c | isLetter c = emoji $ "regional_indicator_" ++ [c] | otherwise = ""```
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentstoBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = ":exclamation: "toBig c | isLetter c = ":regional_indicator_"++[c]++": " | otherwise = ""```Bodginated version.
gollark: When I type a line it outputs the corresponding stuff.
gollark: Doesn't for me.
gollark: I'm trying to figure out how to make your program take in *all* the input until a ctrl+d.
References
- "Biography". Dictionnaire des parlementaires du Québec de 1792 à nos jours (in French). National Assembly of Quebec.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.