mirror of
https://github.com/python/cpython.git
synced 2026-06-01 09:09:28 -04:00
de02bcb265
http://www.python.org/sf/444708 This adds the optional argument for str.strip to unicode.strip too and makes it possible to call str.strip with a unicode argument and unicode.strip with a str argument.