From: Benjamin Peterson Date: Sat, 8 May 2010 19:52:49 +0000 (+0000) Subject: add news for r81005 X-Git-Tag: v3.2a1~860 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e87c0fcd16ca6ddbe942d529e36b52403e4bcbce;p=thirdparty%2FPython%2Fcpython.git add news for r81005 --- diff --git a/Misc/NEWS b/Misc/NEWS index 7a37f795314d..6c9640b307a8 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.