Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9078afe

Browse files
committed
Merged revisions 71503 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line Take credit for my patch for issue 5237. ........
1 parent bbc4ef0 commit 9078afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/2.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Some smaller changes made to the core Python language are:
102102
specifier will use the next argument, and so on. You can't mix auto-numbering
103103
and explicit numbering -- either number all of your specifier fields or none
104104
of them -- but you can mix auto-numbering and named fields, as in the second
105-
example above. (Contributed by XXX; :issue`5237`.)
105+
example above. (Contributed by Eric Smith; :issue`5237`.)
106106

107107
* The :func:`int` and :func:`long` types gained a ``bit_length``
108108
method that returns the number of bits necessary to represent

0 commit comments

Comments
 (0)