Staging
v0.5.1
https://github.com/python/cpython
Revision 3008bc0f4abb3f71433b1fcd97cc801da0a866cc authored by Brett Cannon on 12 August 2015, 01:01:31 UTC, committed by Brett Cannon on 12 August 2015, 01:01:31 UTC
ImportError if __name__ is not defined on a package.

Thanks to Armin Rigo for the bug report and diagnosing the cause.
1 parent bb8a52a
Raw File
Tip revision: 3008bc0f4abb3f71433b1fcd97cc801da0a866cc authored by Brett Cannon on 12 August 2015, 01:01:31 UTC
Issue #24492: make sure that ``from ... import ...` raises an
Tip revision: 3008bc0
turtle.cfg
width = 800
height = 600
canvwidth = 1200
canvheight = 900
shape = arrow
mode = standard
resizemode = auto
fillcolor = ""
title = Python turtle graphics demo.

back to top