diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-10-08 05:44:54 (GMT) |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-10-08 05:44:54 (GMT) |
commit | 101591e9d52d3057bfafc01811ef215c3bf1745d (patch) | |
tree | b15f58236c8d86b00eff88c8b20b7b2b12f73fb2 /Misc | |
parent | 042fa653ab91c05dfb50e227361ba345e45169c7 (diff) | |
parent | 0230b6af78c9059016df341dc94a4a09ccbe3881 (diff) | |
download | cpython-101591e9d52d3057bfafc01811ef215c3bf1745d.zip cpython-101591e9d52d3057bfafc01811ef215c3bf1745d.tar.gz cpython-101591e9d52d3057bfafc01811ef215c3bf1745d.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4206,6 +4206,9 @@ C-API Documentation ------------- +- Issue #13498: Clarify docs of os.makedirs()'s exist_ok argument. Done with + great native-speaker help from R. David Murray. + - Issues #13491 and #13995: Fix many errors in sqlite3 documentation. Initial patch for #13491 by Johannes Vogel. |