This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients
Date 2007-01-12.04:32:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Just fixed the build under Linux--sorry, should have done that before posting the original patch.  Patches now built and tested under Win32 and Linux, and produce the same output as an unpatched py3k trunk.

lemburg: A minor correction: the full "lazy strings" patch (with "lazy slices") also touches "stringlib/partition.h", "stringlib/readme.txt", and "Objects/stringobject.c", in addition to the two unicodeobject.* files.  The changes to these three files are minuscule, and don't affect their maintainability, so the gist of my statements still hold.  (Besides, all three of those files will probably go away before Py3k ships.)
File Added: lch.py3k.unicode.lazy.slice.and.concat.patch.53392.txt
History
Date User Action Args
2007-08-23 15:56:03adminlinkissue1629305 messages
2007-08-23 15:56:03admincreate