1963 FA Charity Shield
The 1963 FA Charity Shield was the 41st FA Charity Shield, an annual football match held between the winners of the previous season's Football League and FA Cup competitions. The match was contested by Everton who had won the 1962–63 Football League, and Manchester United, who had won the 1962–63 FA Cup, at Goodison Park, Liverpool, on 17 August 1963. Everton won the match 4–0,[1] with goals from Jimmy Gabriel, Dennis Stevens, Derek Temple and a penalty from Roy Vernon.
Event | FA Charity Shield | ||||||
---|---|---|---|---|---|---|---|
| |||||||
Date | 17 August 1963 | ||||||
Venue | Goodison Park, Liverpool | ||||||
Attendance | 54,844 | ||||||
Match details
Everton
|
Manchester United
|
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")
See also
References
- "England – List of FA Charity/Community Shield Matches". RSSSF.com. Retrieved 15 February 2012.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.