]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a mis-indentation in _PyUnicode_New() that caused me to stare at
authorGuido van Rossum <guido@python.org>
Thu, 14 Jun 2001 17:52:02 +0000 (17:52 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Jun 2001 17:52:02 +0000 (17:52 +0000)
commitad98db1d9e15df8cda494fffec68f9cf59ed073f
tree3723fe65ae0f1e1adf7d6f50625fdc2e01fcee90
parent8fcd4b5ab3668b3ff9e70ef9bf43fff2f7793271
Fix a mis-indentation in _PyUnicode_New() that caused me to stare at
some code for longer than needed.
Objects/unicodeobject.c