summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-27 22:04:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-27 22:04:16 (GMT)
commit3a53fbbfcf2785ff5ed738a0e592973a7dae1dfc (patch)
treea0c0f6672fed1c38d187170201e95bceeeeeb04a /Misc
parentbe17a117211a4e4cc08573852fedebd5a74d0229 (diff)
downloadcpython-3a53fbbfcf2785ff5ed738a0e592973a7dae1dfc.zip
cpython-3a53fbbfcf2785ff5ed738a0e592973a7dae1dfc.tar.gz
cpython-3a53fbbfcf2785ff5ed738a0e592973a7dae1dfc.tar.bz2
#3911 FTP.makeport was giving bad port numbers
reviewed by Benjamin and Antoine
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 294c183..d4d0b42 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #3911: ftplib.FTP.makeport() could give invalid port numbers.
+
- Issue #3929: When the database cannot be opened, dbm.open() would incorrectly
raise a TypeError: "'tuple' object is not callable" instead of the expected
dbm.error.