[issue11377] Deprecate platform.popen()

2011-05-24 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue11377] Deprecate platform.popen()

2011-05-23 Thread Chris Rebert
Chris Rebert added the comment: Slight tangent: Regarding os.popen()'s [documentation] status, there's a bug for that: http://bugs.python.org/issue9382 -- nosy: +cvrebert ___ Python tracker __

[issue11377] Deprecate platform.popen()

2011-05-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset e44b851d0a2b by Victor Stinner in branch 'default': Issue #11377: platform.popen() emits a DeprecationWarning http://hg.python.org/cpython/rev/e44b851d0a2b -- nosy: +python-dev ___ Python tracker

[issue11377] Deprecate platform.popen()

2011-05-13 Thread Marc-Andre Lemburg
Marc-Andre Lemburg added the comment: Éric Araujo wrote: > > Éric Araujo added the comment: > > haypo asked me on IRC if I’d like to make a patch for this; I will, in some > weeks. > > With respect to the recent thread about deprecations and 2.7 → 3. > migrations, should this be a Deprecat

[issue11377] Deprecate platform.popen()

2011-05-13 Thread Éric Araujo
Éric Araujo added the comment: haypo asked me on IRC if I’d like to make a patch for this; I will, in some weeks. With respect to the recent thread about deprecations and 2.7 → 3. migrations, should this be a DeprecationWarning or PendingDeprecationWarning? Neither is displayed by default,