[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 wit

[issue9861] subprocess module changed exposed attributes

2011-04-05 Thread Ross Lagerwall
Ross Lagerwall 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

[issue9861] subprocess module changed exposed attributes

2010-09-15 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue9861] subprocess module changed exposed attributes

2010-09-15 Thread paul clinch
New submission from paul clinch : 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 e