summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-06-13 19:28:47 (GMT)
committerGuido van Rossum <guido@python.org>2003-06-13 19:28:47 (GMT)
commit99d2c251df4782c52c3e1cb89064374af39ecb46 (patch)
treed50963ae51d6285c621c5840a23024bbeaf68588 /Misc
parent097da0dc012d8c8164a043eee8f4b9622bc7b843 (diff)
downloadcpython-99d2c251df4782c52c3e1cb89064374af39ecb46.zip
cpython-99d2c251df4782c52c3e1cb89064374af39ecb46.tar.gz
cpython-99d2c251df4782c52c3e1cb89064374af39ecb46.tar.bz2
SF patch 707900, fixing bug 702858, by Steven Taschuk.
Copying a new-style class that had a reference to itself didn't work. (The same thing worked fine for old-style classes.)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 35b35b8..2ca8e9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,10 @@ Extension modules
Library
-------
+- copy.py: applied SF patch 707900, fixing bug 702858, by Steven
+ Taschuk. Copying a new-style class that had a reference to itself
+ didn't work. (The same thing worked fine for old-style classes.)
+
- difflib.py has two new functions: context_diff() and unified_diff().
- More fixes to urllib (SF 549151): (a) When redirecting, always use