diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-09 23:21:01 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-09 23:21:01 (GMT) |
commit | 2cdc88e9994a488b390836e3125bdfb33b3989c9 (patch) | |
tree | 3015d55aec7fc464516b908a88c2d5c52dca1f17 | |
parent | 66f8c43b095a47b90f9887fac233aa7c8e3a3224 (diff) | |
download | cpython-2cdc88e9994a488b390836e3125bdfb33b3989c9.zip cpython-2cdc88e9994a488b390836e3125bdfb33b3989c9.tar.gz cpython-2cdc88e9994a488b390836e3125bdfb33b3989c9.tar.bz2 |
Blocked revisions 73325-73326 via svnmerge
........
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.
........
0 files changed, 0 insertions, 0 deletions