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 serhiy.storchaka
Recipients benjamin.peterson, erinspace, gregory.p.smith, martin.panter, python-dev, r.david.murray, serhiy.storchaka
Date 2016-06-03.06:47:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464936472.84.0.611057204678.issue27185@psf.upfronthosting.co.za>
In-reply-to
Content
Merged test_pep292.py into test_string.py with preserving the history in 2.7.

This required following steps:

hg mv Lib/test/test_string.py Lib/test/test_string_merged.py
hg commit
hg update -C -r -2
hg mv Lib/test/test_pep292.py Lib/test/test_string_merged.py
hg commit
hg update -C -r -2
hg merge
# Manually merge the content of former test_string.py and test_pep292.py.
hg commit
hg mv Lib/test/test_string_merged.py Lib/test/test_string.py
hg commit
hg push

We now should restore deleted test_pep292.py (is it possible with the history?) and repeat above steps in 3.x.
History
Date User Action Args
2016-06-03 06:47:52serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, benjamin.peterson, r.david.murray, python-dev, martin.panter, erinspace
2016-06-03 06:47:52serhiy.storchakasetmessageid: <1464936472.84.0.611057204678.issue27185@psf.upfronthosting.co.za>
2016-06-03 06:47:52serhiy.storchakalinkissue27185 messages
2016-06-03 06:47:52serhiy.storchakacreate