summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2003-09-03 03:20:37 (GMT)
committerBarry Warsaw <barry@python.org>2003-09-03 03:20:37 (GMT)
commit6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385 (patch)
treedb2a6484e32d07d91584fccd2bc2640594f741b8 /Misc
parenteb296d967b4e1ff2e87d652cf1d80f6adedb1228 (diff)
downloadcpython-6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385.zip
cpython-6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385.tar.gz
cpython-6ec58ca9cfe53eb6f5ada8fe4ffe78c405d4b385.tar.bz2
Document the Pynche patch.
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 a132b13..155ad01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Tools/Demos
- py-help-at-point is no longer bound to the F1 key - it's still bound to
C-c C-h
+- Pynche was fixed to not crash when there is no ~/.pynche file and no
+ -d option was given.
+
Build
-----