[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.org/issue12042>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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'm not sure if there is a 
problem with that patch I posted, but Eric didn't seem content with the 
versions.  At this time versions 3.1, 3.2, and 3.3 were added to the affected 
versions list.

Today I did the patches for 3.1 and 3.2, but I am unsure of how to provide one 
for 3.3 as is is not listed in mercurial for me (I'm probably doing something 
wrong, but I couldn't see it).

The change in the patch is so minor and I don't mind doing 3.3 if I can get my 
mercurial to update to 3.3.  If the change I made in the patches is 
insufficient please let me know, I have no problem making adjustments.  I'm 
still getting used to the patching process and how to properly contribute to 
the community.

TLDR: Basically, I'm a little confused as to whether or not the patches I 
provided are sufficient.

--

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



[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/issue12042>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue8824>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue8824>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
  Provides more information about scopes when using additional expressions
  for 'exec'.  3.x documentation for 'exec' is found in library/functions.

--

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



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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:
"
  In all cases, if the optional parts are omitted, the code is executed in the
  current scope.  If only the first expression after :keyword:`in` is specified,
  it should be a dictionary, which will be used for both the global and the 
local
  variables.  If two expressions are given, they are used for the global and 
local
  variables, respectively. If provided, *locals* can be any mapping object.
"

--

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



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 tracker 
<http://bugs.python.org/issue12042>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue12042>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com