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 python-dev
Recipients python-dev, r.david.murray, serhiy.storchaka
Date 2013-02-20.17:53:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZB5yw2r8XzT2F@mail.python.org>
In-reply-to
Content
New changeset 0383a54347ea by Serhiy Storchaka in branch '2.7':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/0383a54347ea

New changeset a49bbaadce67 by Serhiy Storchaka in branch '3.2':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/a49bbaadce67

New changeset 96b4acb253f8 by Serhiy Storchaka in branch '3.3':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/96b4acb253f8

New changeset 8c11bbdbac09 by Serhiy Storchaka in branch 'default':
Issue #17248: Fix os.*chown() testing when user has group root.
http://hg.python.org/cpython/rev/8c11bbdbac09
History
Date User Action Args
2013-02-20 17:53:45python-devsetrecipients: + python-dev, r.david.murray, serhiy.storchaka
2013-02-20 17:53:45python-devlinkissue17248 messages
2013-02-20 17:53:45python-devcreate