[Python-checkins] [python/cpython] be37be: Doc that 'sorted' args are keyword-only, fix 'reve...
GitHub
noreply at github.com
Fri Jul 14 15:23:41 EDT 2017
Branch: refs/heads/master
Home: https://github.com/python/cpython
Commit: be37beb05f5f2cff18e41440453e79aa17b239f9
https://github.com/python/cpython/commit/be37beb05f5f2cff18e41440453e79aa17b239f9
Author: Łukasz Rogalski <rogalski.91 at gmail.com>
Date: 2017-07-14 (Fri, 14 Jul 2017)
Changed paths:
M Doc/library/functions.rst
M Doc/library/stdtypes.rst
Log Message:
-----------
Doc that 'sorted' args are keyword-only, fix 'reverse' default (#2706)
More information about the Python-checkins
mailing list