[issue13974] packaging: test for set_platform()

2012-02-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset fae9d7aa7fc9 by Éric Araujo in branch 'default': Add test for util.set_platform (#13974). http://hg.python.org/distutils2/rev/fae9d7aa7fc9 New changeset 7d1a7251d771 by Éric Araujo in branch 'python3': Merge fixes for #13974, #6884 and #11841 from

[issue13974] packaging: test for set_platform()

2012-02-24 Thread Éric Araujo
Éric Araujo added the comment: BTW I’m wondering if set_platform is really useful; no code currently uses it. -- ___ Python tracker ___ _

[issue13974] packaging: test for set_platform()

2012-02-17 Thread Éric Araujo
Éric Araujo added the comment: Also committed to d2, will push later. Thanks! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker

[issue13974] packaging: test for set_platform()

2012-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset b380d715651d by Éric Araujo in branch 'default': Add test for packaging.util.set_platform (#13974). http://hg.python.org/cpython/rev/b380d715651d -- nosy: +python-dev ___ Python tracker

[issue13974] packaging: test for set_platform()

2012-02-10 Thread Éric Araujo
Éric Araujo added the comment: :) Will commit. -- stage: -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue13974] packaging: test for set_platform()

2012-02-10 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: It indeed was permanent. The new patch fixes the issue. -- Added file: http://bugs.python.org/file24480/test-set-platform-2.patch ___ Python tracker

[issue13974] packaging: test for set_platform()

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: Is the effect of the set_platform call permanent? If yes, there needs to be a line like self.addCleanup(util.set_platform, util.get_platform()) to make sure the test restores its environment. -- assignee: tarek -> eric.araujo versions: +3rd party _

[issue13974] packaging: test for set_platform()

2012-02-09 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : slightly increases test coverage -- assignee: tarek components: Distutils2 files: test-set-platform.patch keywords: patch messages: 152933 nosy: alexis, eric.araujo, tarek, tshepang priority: normal severity: normal status: open title: packaging