[issue9861] subprocess module changed exposed attributes

2014-07-07 Thread Piotr Dobrogost

Piotr Dobrogost added the comment:

The statement in comment http://bugs.python.org/issue9861#msg133051 seems to be 
wrong as changes between versions 2.5 and 2.6 are not security only fixes.
Changing visibility of module's public attributes should at least be documented 
thus closing this bug without pointing to such a documentation is not ok.
People do have problem with this as can be seen in the following questions:
Cannot find STARTF_USESHOWWINDOW in python 
(http://stackoverflow.com/q/5485668/95735)
Module subprocess has no attribute 'STARTF_USESHOWWINDOW' 
(http://stackoverflow.com/q/4703983/95735)
Remark to the answer to the Cross-platform subprocess with hidden window 
question (http://stackoverflow.com/a/3443174/95735)

--
nosy: +piotr.dobrogost

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



[issue9861] subprocess module changed exposed attributes

2011-04-05 Thread Ross Lagerwall

Ross Lagerwall rosslagerw...@gmail.com added the comment:

This changes seems to have been made from 2.5 to 2.6 which are security fix 
only.

Closing as wont fix.

--
nosy: +rosslagerwall
resolution:  - wont fix
status: open - closed

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



[issue9861] subprocess module changed exposed attributes

2010-09-15 Thread paul clinch

New submission from paul clinch pcli...@internet-glue.co.uk:

Some attributes, e.g. STARTF_USESHOWWINDOW have moved to 
_subrocess.STARTF_USESHOWWINDOW. This breaks old code.

--
components: Library (Lib)
messages: 116450
nosy: pclinch
priority: normal
severity: normal
status: open
title: subprocess module changed exposed attributes
type: behavior
versions: Python 2.6

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



[issue9861] subprocess module changed exposed attributes

2010-09-15 Thread Giampaolo Rodola'

Changes by Giampaolo Rodola' g.rod...@gmail.com:


--
nosy: +giampaolo.rodola

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