]> granicus.if.org Git - python/commitdiff
add news for r81005
authorBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 19:52:49 +0000 (19:52 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 8 May 2010 19:52:49 +0000 (19:52 +0000)
Misc/NEWS

index 7a37f795314d1fd8fd13f437c4fd08149ca76098..6c9640b307a86e0828354fa59b0fa51a79935ff6 100644 (file)
--- 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.