mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update comments
This commit is contained in:
parent
77f1bb2778
commit
03bdedd574
1 changed files with 2 additions and 1 deletions
|
@ -663,8 +663,9 @@ s = a[:]
|
|||
s = a[-5:]
|
||||
s = a[:-1]
|
||||
s = a[-4:-3]
|
||||
# A rough test of SF bug XXX.
|
||||
# A rough test of SF bug 1333982. http://python.org/sf/1333982
|
||||
# The testing here is fairly incomplete.
|
||||
# Test cases should include: commas with 1 and 2 colons
|
||||
d = {}
|
||||
d[1] = 1
|
||||
d[1,] = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue