summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-08 19:52:49 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-05-08 19:52:49 (GMT)
commite87c0fcd16ca6ddbe942d529e36b52403e4bcbce (patch)
tree73c5f075f89360b93d6823a39b74bfb7ebd5e9ec /Misc
parent25216baf3222e782fdeb5480b8692dc25dd7a97a (diff)
downloadcpython-e87c0fcd16ca6ddbe942d529e36b52403e4bcbce.zip
cpython-e87c0fcd16ca6ddbe942d529e36b52403e4bcbce.tar.gz
cpython-e87c0fcd16ca6ddbe942d529e36b52403e4bcbce.tar.bz2
add news for r81005
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 7a37f79..6c9640b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -351,6 +351,9 @@ C-API
Library
-------
+- Issue #8664: In py_compile, create __pycache__ when the compiled path is
+ given.
+
- Issue #8514: Add os.fsencode() function (Unix only): encode a string to bytes
for use in the file system, environment variables or the command line.