[issue18048] Merging test_pep263.py and test_coding.py

2016-03-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Backported to 2.7 for the sake of easier backporting new tests. -- ___ Python tracker ___ ___ Pyth

[issue18048] Merging test_pep263.py and test_coding.py

2016-03-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 776e9b8bdd96 by Serhiy Storchaka in branch '2.7': Issue #18048: Rename test_pep263.py to test_source_encoding.py. https://hg.python.org/cpython/rev/776e9b8bdd96 New changeset deadfb03dec0 by Serhiy Storchaka in branch '2.7': Issue #18048: Rename tes

[issue18048] Merging test_pep263.py and test_coding.py

2013-06-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Merging itself is trivial. The trick is how preserve the history of both files. Unfortunately this can't be represented in one mercurial patch. Three commits needed for this. -- resolution: -> fixed stage: -> committed/rejected status: open -> clos

[issue18048] Merging test_pep263.py and test_coding.py

2013-06-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00a199c265c3 by Serhiy Storchaka in branch 'default': Issue #18048: Rename test_pep263.py to test_source_encoding.py. http://hg.python.org/cpython/rev/00a199c265c3 New changeset 3b906421245d by Serhiy Storchaka in branch 'default': Issue #18048: Ren

[issue18048] Merging test_pep263.py and test_coding.py

2013-06-10 Thread Matthew Bentley
Matthew Bentley added the comment: OK, I think I fixed this. I merged the two tests into one, called test_source_encoding.py. It doesn't fail, and I'm not sure what else I need to do. Patch is attached. This is also my first patch, so please tell me if I'm doing anything wrong. -

[issue18048] Merging test_pep263.py and test_coding.py

2013-06-08 Thread Ezio Melotti
Ezio Melotti added the comment: > e.g. test_source_encoding This SGTM. I particularly dislike test_pep*, especially when I can't remember the pep number. -- ___ Python tracker ___

[issue18048] Merging test_pep263.py and test_coding.py

2013-05-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue18048] Merging test_pep263.py and test_coding.py

2013-05-24 Thread Martin v . Löwis
Martin v. Löwis added the comment: For a bug fix release, I consider refactoring of test cases inappropriate. If they really ought to be merged, I consider neither file name particularly descriptive, so perhaps a new file name should be used altogether (e.g. test_source_encoding). --

[issue18048] Merging test_pep263.py and test_coding.py

2013-05-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: There are two test files for the same feature -- defining Python source code encodings (PEP 263). It is not clear where new tests should be added. Perhaps two files should be merged into the one file. test_pep263.py was added in 2002, test_coding.py was ad