Staging
v0.5.1
https://github.com/python/cpython
Revision 2cdc88e9994a488b390836e3125bdfb33b3989c9 authored by Amaury Forgeot d'Arc on 09 June 2009, 23:21:01 UTC, committed by Amaury Forgeot d'Arc on 09 June 2009, 23:21:01 UTC
........
  r73325 | amaury.forgeotdarc | 2009-06-10 01:08:13 +0200 (mer., 10 juin 2009) | 8 lines

  #6201: Fix test_winreg on Windows:
  since the introduction of the SETUP_WITH opcode,
  __enter__ and __exit__ methods must belong to the type,
  and are not retrieved at the instance level (__dict__ or __getattr__).

  Add a note in whatsnew about this incompatibility;
  old style classes are not affected.
........
  r73326 | amaury.forgeotdarc | 2009-06-10 01:18:50 +0200 (mer., 10 juin 2009) | 2 lines

  Both kind of types are concerned.
........
1 parent 66f8c43
History
Tip revision: 2cdc88e9994a488b390836e3125bdfb33b3989c9 authored by Amaury Forgeot d'Arc on 09 June 2009, 23:21:01 UTC
Blocked revisions 73325-73326 via svnmerge
Tip revision: 2cdc88e
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 688 bytes
.hgignore -rw-r--r-- 882 bytes
.hgtags -rw-r--r-- 3.5 KB
LICENSE -rw-r--r-- 13.7 KB
Makefile.pre.in -rw-r--r-- 38.7 KB
README -rw-r--r-- 7.4 KB
configure -rwxr-xr-x 679.2 KB
configure.in -rw-r--r-- 109.6 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 31.3 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.7 KB

README

back to top