summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-12 18:56:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-12 18:56:03 (GMT)
commit45cd4ff95d46f7a52e8717c80a47fbdece865775 (patch)
tree3423fb6ccc595622e84725470efd0990d9228ce5 /Misc
parent36cbc08f3fd57b41bcde8c1ec19d79e59d95f9ca (diff)
downloadcpython-45cd4ff95d46f7a52e8717c80a47fbdece865775.zip
cpython-45cd4ff95d46f7a52e8717c80a47fbdece865775.tar.gz
cpython-45cd4ff95d46f7a52e8717c80a47fbdece865775.tar.bz2
Patch #1360200: Use unmangled_version RPM spec field to deal with
file name mangling. Will backport to 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85e231d..2d4e31d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and builtins
Library
-------
+- Patch #1360200: Use unmangled_version RPM spec field to deal with
+ file name mangling.
+
- Patch #1359217: Process 2xx response in an ftplib transfer
that precedes an 1xx response.