summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-03-12 11:01:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-03-12 11:01:10 (GMT)
commit2681beb23e3a8d9d905d99f9e67bb0389264f44f (patch)
tree56814b2addc67a85ff972fbe7664b2b5095bf84b /Misc/NEWS
parenteb62357a2e8c18fc014e9e977acf1e2026e5d9cf (diff)
downloadcpython-2681beb23e3a8d9d905d99f9e67bb0389264f44f.zip
cpython-2681beb23e3a8d9d905d99f9e67bb0389264f44f.tar.gz
cpython-2681beb23e3a8d9d905d99f9e67bb0389264f44f.tar.bz2
Patch #1677862: Require a space or tab after import in .pth files.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3785fb..e34964e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -158,6 +158,8 @@ Core and builtins
Library
-------
+- Patch #1677862: Require a space or tab after import in .pth files.
+
- Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap
the IndexError caused by passing in an invalid breakpoint number.