[issue14470] Remove using of w9xopen in subprocess module

2012-04-01 Thread Ned Deily

Changes by Ned Deily :


--
nosy: +brian.curtin
title: Remove using of w9xopen in subporcess module -> Remove using of w9xopen 
in subprocess module

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-04-03 Thread Andrew Svetlov

Andrew Svetlov  added the comment:

Brian, please don't forget to cleanup subprocess code when you will be ready to.

--
assignee:  -> brian.curtin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-04-03 Thread Brian Curtin

Changes by Brian Curtin :


--
priority: critical -> release blocker

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-04-20 Thread Rick Rune

Rick Rune  added the comment:

Removed w9xpopen usage in subprocess module via attached patch.

--
keywords: +patch
nosy: +Rune
Added file: http://bugs.python.org/file25296/subprocess_minus_w9xpopen.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-05-16 Thread Antoine Pitrou

Antoine Pitrou  added the comment:

Brian, is the patch ok?

--
nosy: +pitrou
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-05-16 Thread Brian Curtin

Brian Curtin  added the comment:

Hm, I thought I already responded to this one. PEP 11 states that the w9xpopen 
code shouldn't be removed until 3.4. I have a patch on another computer that 
adds a deprecation for 3.3 - I'll add it here within the day.

For 3.4 we would actually remove the w9xpopen project from the VS solution and 
make sure it's no longer a part of the project.


http://www.python.org/dev/peps/pep-0011/

--
priority: release blocker -> normal
versions: +Python 3.4 -Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-12-23 Thread Roundup Robot

Roundup Robot added the comment:

New changeset c903e4f1121d by Brian Curtin in branch 'default':
Fix #14470. Remove w9xpopen per PEP 11.
http://hg.python.org/cpython/rev/c903e4f1121d

New changeset ae1845e4006a by Brian Curtin in branch 'default':
Add NEWS item for fixing #14470.
http://hg.python.org/cpython/rev/ae1845e4006a

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-12-23 Thread Brian Curtin

Changes by Brian Curtin :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-12-24 Thread Roundup Robot

Roundup Robot added the comment:

New changeset deee9f0a4b98 by Brian Curtin in branch 'default':
Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.
http://hg.python.org/cpython/rev/deee9f0a4b98

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2012-12-24 Thread Andrew Svetlov

Andrew Svetlov added the comment:

Thanks

On Mon, Dec 24, 2012 at 6:44 PM, Roundup Robot  wrote:
>
> Roundup Robot added the comment:
>
> New changeset deee9f0a4b98 by Brian Curtin in branch 'default':
> Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.
> http://hg.python.org/cpython/rev/deee9f0a4b98
>
> --
>
> ___
> Python tracker 
> 
> ___

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14470] Remove using of w9xopen in subprocess module

2013-01-08 Thread Éric Araujo

Éric Araujo added the comment:

FTR, was the deprecation for 3.3 committed?

--
nosy: +eric.araujo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com