]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make str and tuple types subclassable.
authorGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 03:11:59 +0000 (03:11 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Aug 2001 03:11:59 +0000 (03:11 +0000)
commitae960afb5e85bc89d0a579385ecbf1a6a87b3db7
tree82805cbb67e244e9e74c921399252a67b6b60c08
parent147b13c069b192a08774f86dea55d541d21c64ac
Make str and tuple types subclassable.
Objects/stringobject.c
Objects/tupleobject.c