File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ Some smaller changes made to the core Python language are:
553553 >>> range(0, 100, 2)[0:5]
554554 range(0, 10, 2)
555555
556- (Contributed by Daniel Stutzback in :issue: `9213 ` and by Alexander Belopolsky
556+ (Contributed by Daniel Stutzbach in :issue: `9213 ` and by Alexander Belopolsky
557557 in :issue: `2690 `.)
558558
559559* The :func: `callable ` builtin function from Py2.x was resurrected. It provides
@@ -1514,7 +1514,7 @@ A number of small performance enhancements have been added:
15141514 and it saves time lost during comparisons which were delegated by the
15151515 sort wrappers.
15161516
1517- (Patch by Daniel Stutzback in :issue: `9915 `.)
1517+ (Patch by Daniel Stutzbach in :issue: `9915 `.)
15181518
15191519* JSON decoding performance is improved and memory consumption is reduced
15201520 whenever the same string is repeated for multiple keys. Also, JSON encoding
You can’t perform that action at this time.
0 commit comments