]> granicus.if.org Git - python/commit
Changed the extended slice example to show that you can reverse a
authorGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 11:41:07 +0000 (11:41 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 13 Jun 2002 11:41:07 +0000 (11:41 +0000)
commit2e82e717e666c13aebc063825cebc10af1c684f0
tree9e5275f75128b63b87c09e7e40509e3e5da1ddb7
parente9996c60934c12861ab2e4765291398eaaa4b5bf
Changed the extended slice example to show that you can reverse a
string with a [::-1] slice.
Misc/NEWS