Staging
v0.5.1
Revision ef0e6c3b0485e83444b15c07f9cb1d905203791a authored by Brett Cannon on 04 September 2010, 18:24:04 UTC, committed by Brett Cannon on 04 September 2010, 18:24:04 UTC
'once_registry'. This is bad as the warnings module had variables named
'defaultaction' and 'onceregistry' which are what people should be looking at
(technically those variables shouldn't be mucked with as they are undocumented,
but we all know better than to believe that isn't happening). So the variables
from _warnings have been renamed to come off as private and to avoid confusion
over what variable should be used.

Closes issue #9766. Thanks to Antoine Pitrou for the discovery.
1 parent d6399d2
History
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 538 bytes
.hgignore -rw-r--r-- 752 bytes
.hgtags -rw-r--r-- 3.7 KB
LICENSE -rw-r--r-- 14.2 KB
Makefile.pre.in -rw-r--r-- 40.3 KB
README -rw-r--r-- 6.7 KB
configure -rwxr-xr-x 393.8 KB
configure.in -rw-r--r-- 121.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 76.9 KB

README

back to top