[issue12042] What's New multiprocessing example error

2011-05-23 Thread Jordan Stadler
Jordan Stadler added the comment: Alright, should it be closed if we aren't going to touch it? -- ___ Python tracker <http://bugs.python.org/issue12042> ___ ___

[issue12042] What's New multiprocessing example error

2011-05-26 Thread Jordan Stadler
Changes by Jordan Stadler : Added file: http://bugs.python.org/file22127/issue12042_31.patch ___ Python tracker <http://bugs.python.org/issue12042> ___ ___ Python-bug

[issue12042] What's New multiprocessing example error

2011-05-26 Thread Jordan Stadler
Changes by Jordan Stadler : Added file: http://bugs.python.org/file22128/issue12042_32.patch ___ Python tracker <http://bugs.python.org/issue12042> ___ ___ Python-bug

[issue12042] What's New multiprocessing example error

2011-05-26 Thread Jordan Stadler
Jordan Stadler added the comment: Alright, patches are up for 3.1 and 3.2. I'm not sure if I can just make one for the 3.x's so I made both. -- ___ Python tracker <http://bugs.python.o

[issue12042] What's New multiprocessing example error

2011-05-26 Thread Jordan Stadler
Jordan Stadler added the comment: To be honest, I'm getting a bit confused as to what is required. I thought the two most important patches would be 2.7 and 3.2, but we have 2.7, 3.1, 3.2, and 3.3 listed as versions affected. I posted the patch for 2.7 originally on May 14th. I'

[issue12042] What's New multiprocessing example error

2011-05-27 Thread Jordan Stadler
Jordan Stadler added the comment: Alright, thanks for the clarification, that's pretty much how I thought it worked. Patches supplied should be good then. -- ___ Python tracker <http://bugs.python.org/is

[issue8824] Improve documentation of exec

2011-05-10 Thread Jordan Stadler
Jordan Stadler added the comment: I'm going to update the documentation to include the scope information. Should be done within a day. -- nosy: +jstadler ___ Python tracker <http://bugs.python.org/i

[issue8824] Improve documentation of exec

2011-05-10 Thread Jordan Stadler
Changes by Jordan Stadler : -- keywords: +patch Added file: http://bugs.python.org/file21960/exec_doc_touchup_2_x.patch ___ Python tracker <http://bugs.python.org/issue8

[issue8824] Improve documentation of exec

2011-05-10 Thread Jordan Stadler
Changes by Jordan Stadler : Added file: http://bugs.python.org/file21961/exec_doc_touchup_3_x.patch ___ Python tracker <http://bugs.python.org/issue8824> ___ ___ Pytho

[issue8824] Improve documentation of exec

2011-05-10 Thread Jordan Stadler
Jordan Stadler added the comment: Patches for 2.x and 3.x documentation related to 'exec'. 2.x Provides more information about scopes when using additional expressions for 'exec'. 2.x documentation for 'exec' is found in reference/simple_stmts. 3.x P

[issue8824] Improve documentation of exec

2011-05-12 Thread Jordan Stadler
Changes by Jordan Stadler : Removed file: http://bugs.python.org/file21961/exec_doc_touchup_3_x.patch ___ Python tracker <http://bugs.python.org/issue8824> ___ ___ Pytho

[issue8824] Improve documentation of exec

2011-05-12 Thread Jordan Stadler
Changes by Jordan Stadler : Added file: http://bugs.python.org/file21981/exec_doc_touchup_3.x.patch ___ Python tracker <http://bugs.python.org/issue8824> ___ ___ Pytho

[issue8824] Improve documentation of exec

2011-05-12 Thread Jordan Stadler
Changes by Jordan Stadler : Added file: http://bugs.python.org/file21982/exec_doc_touchup_2.x.patch ___ Python tracker <http://bugs.python.org/issue8824> ___ ___ Pytho

[issue8824] Improve documentation of exec

2011-05-12 Thread Jordan Stadler
Jordan Stadler added the comment: I've updated the 3.x patch, should be correct now. I also updated the 2.x patch to use ``in``. :keyword:`in` was used in an earlier part of the paragraph I modified, so I have changed both for consistency. This is the paragraph before modification: &

[issue8824] Improve documentation of exec

2011-05-12 Thread Jordan Stadler
Changes by Jordan Stadler : Removed file: http://bugs.python.org/file21960/exec_doc_touchup_2_x.patch ___ Python tracker <http://bugs.python.org/issue8824> ___ ___ Pytho

[issue12042] What's New multiprocessing example error

2011-05-13 Thread Jordan Stadler
Jordan Stadler added the comment: I'll prepare the patch if davipo doesn't want to. I'm trying to become more comfortable with the patching process and this seems simple enough for me to handle. -- nosy: +jstadler ___ Python

[issue12042] What's New multiprocessing example error

2011-05-14 Thread Jordan Stadler
Changes by Jordan Stadler : -- keywords: +patch Added file: http://bugs.python.org/file22002/issue12042_2.7.patch ___ Python tracker <http://bugs.python.org/issue12

[issue12042] What's New multiprocessing example error

2011-05-14 Thread Jordan Stadler
Jordan Stadler added the comment: Patch is up for 2.7, minor change in the documentation. -- ___ Python tracker <http://bugs.python.org/issue12042> ___ ___ Pytho