diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2013-11-22 20:03:10 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2013-11-22 20:03:10 (GMT) |
commit | e19e3f0b91c9186e9266e8d7ad543ff858aaf336 (patch) | |
tree | a6d4c66bcf7ffb9cf6371c72d550b9db1d4c72d1 /Misc | |
parent | 58ca93cb69fc8e72e3d9fe519e2f737920522f8e (diff) | |
parent | e1391a0d68b063adfb13a48756938d19cc67c7e0 (diff) | |
download | cpython-e19e3f0b91c9186e9266e8d7ad543ff858aaf336.zip cpython-e19e3f0b91c9186e9266e8d7ad543ff858aaf336.tar.gz cpython-e19e3f0b91c9186e9266e8d7ad543ff858aaf336.tar.bz2 |
Issue #18326: merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -351,6 +351,13 @@ Tests - Issue 19384: Fix test_py_compile for root user, patch by Claudiu Popa. +Documentation +------------- + +- Issue #18326: Clarify that list.sort's arguments are keyword-only. Also, + attempt to reduce confusion in the glossary by not saying there are + different "types" of arguments and parameters. + Build ----- |