diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-12 11:01:10 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-12 11:01:10 (GMT) |
commit | 2681beb23e3a8d9d905d99f9e67bb0389264f44f (patch) | |
tree | 56814b2addc67a85ff972fbe7664b2b5095bf84b /Misc/NEWS | |
parent | eb62357a2e8c18fc014e9e977acf1e2026e5d9cf (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |