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.

classification
Title: PATCH: typo (English) in subprocess module
Type: Stage:
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Yinon, amaury.forgeotdarc, lucaspmelo
Priority: normal Keywords: patch

Created on 2009-07-09 14:27 by Yinon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
subprocess.patch Yinon, 2009-07-09 14:27
Messages (2)
msg90368 - (view) Author: Lucas Prado Melo (lucaspmelo) Date: 2009-07-10 02:19
I am pretty sure this patch is alright.
msg90394 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-07-10 16:48
applied with r73930. thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50696
2009-07-10 16:48:23amaury.forgeotdarcsetstatus: open -> closed

nosy: + amaury.forgeotdarc
messages: + msg90394

resolution: fixed
2009-07-10 02:19:57lucaspmelosetnosy: + lucaspmelo
messages: + msg90368
2009-07-09 14:27:33Yinoncreate