diff options
author | Raymond Hettinger <python@rcn.com> | 2008-01-15 05:39:59 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-01-15 05:39:59 (GMT) |
commit | cbf8f6cffb94123ec964155aa02124e4f838b5e1 (patch) | |
tree | ad1443fafaa358d7a949845e47c34d425f8ed17a /Misc | |
parent | f233b0c454cbdca54c510f7b77fb3a64dcd05f1e (diff) | |
download | cpython-cbf8f6cffb94123ec964155aa02124e4f838b5e1.zip cpython-cbf8f6cffb94123ec964155aa02124e4f838b5e1.tar.gz cpython-cbf8f6cffb94123ec964155aa02124e4f838b5e1.tar.bz2 |
Temporarily revert 59967 until GC can be added.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 0 insertions, 5 deletions
@@ -686,7 +686,6 @@ Wojtek Walczak Charles Waldman Richard Walker Larry Wall -Leif Walsh Greg Ward Barry Warsaw Steve Waterbury @@ -975,10 +975,6 @@ Library Extension Modules ----------------- -- Issue 1820: structseq objects did not subclass from tuple so they did - not pass isinstance(t, tuple) tests and they could not be passed to - the % string formatting operator as an input tuple. - - _winreg's HKEY object has gained __enter__ and __exit__ methods to support the context manager protocol. The _winreg module also gained a new function ``ExpandEnvironmentStrings`` to expand REG_EXPAND_SZ keys. |