1933–34 NWHL season

The 1933–34 NWHL season was the first season of the North West Hockey League, a minor professional ice hockey league in the Northwestern United States and Canada. Five teams participated in the league, and the Calgary Tigers won the championship.

Regular season

GP W L T GF GA Pts
Edmonton Eskimos3418124989140
Calgary Tigers34171161177640
Vancouver Lions34171619511135
Seattle Seahawks3415172999532
Portland Buckaroos34102138011623

Playoffs

Semi Final

Best of 3

Date Winner Loser Location
March 13Vancouver 4Edmonton 1Seattle
March 15Vancouver 3Edmonton 1Vancouver

Vancouver Lions beat Edmonton Eskimos 2 wins to none.

Final

Best of 5

Date Winner Loser Location
March 18Calgary 6Vancouver 2Seattle
March 21Vancouver 7Calgary 3Vancouver
March 23Calgary 2Vancouver 1Vancouver
March 26Vancouver 2Calgary 1Vancouver
March 28Calgary 6Vancouver 1Vancouver

Calgary Tigers beat Vancouver Lions 3 wins to 2.

gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
gollark: &sys exec await ctx.send("APIOID")
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.