*** empty log message ***

This commit is contained in:
Guido van Rossum 1993-12-17 14:23:52 +00:00
parent 3cbc16d904
commit 7565b93414
8 changed files with 51 additions and 49 deletions

View file

@ -8,7 +8,7 @@
# ...
# !dlroW olleH
#
# The .forw is so you can use anonymous sequences in init, and still
# The .forw is so you can use anonymous sequences in __init__, and still
# keep a reference the forward sequence. )
# If you give it a non-anonymous mutable sequence, the reverse sequence
# will track the updated values. ( but not reassignment! - another