Henry Aldrich Swings It

Henry Aldrich Swings It is a 1943 American comedy film directed by Hugh Bennett and written by Muriel Roy Bolton and Val Burton. The film stars Jimmy Lydon, Charles Smith, John Litel, Olive Blakeney, Vaughan Glaser and Marian Hall. The film was released on June 23, 1943, by Paramount Pictures.[1][2]

Henry Aldrich Swings It
Theatrical release poster
Directed byHugh Bennett
Produced byMichael Kraike
Written byMuriel Roy Bolton
Val Burton
StarringJimmy Lydon
Charles Smith
John Litel
Olive Blakeney
Vaughan Glaser
Marian Hall
Music byPaul Sawtell
CinematographyDaniel L. Fapp
Edited byArchie Marshek
Production
company
Distributed byParamount Pictures
Release date
  • June 23, 1943 (1943-06-23)
Running time
64 minutes
CountryUnited States
LanguageEnglish

Plot

Cast

gollark: Python has more library support for the various useful tasks I need.
gollark: > Why is it not written in Superior: tm: Rust?!ABRv1 was, this is not.
gollark: I did make a bunch of tweaks since I don't like how it did stuff.
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"))()```

References

  1. "Henry Aldrich Swings It (1943) - Overview". TCM.com. 2010-04-05. Retrieved 2015-07-02.
  2. "Henry-Aldrich-Swings-It - Trailer - Cast - Showtimes". NYTimes.com. Retrieved 2015-07-02.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.