[issue22291] Typo in docs - Lib/random

2014-08-27 Thread Ben Rodrigue
New submission from Ben Rodrigue: Small typo: In the documentation for the random module. The documentation refers to the semi-open range and then gives an example using a left bracket and then a curved parenthesis on the right. Link to page:https://docs.python.org/3.4/library/random.html

[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

2014-07-01 Thread Rodrigue Alcazar
Rodrigue Alcazar added the comment: @Mark, I had a look at the time I commented on the ticket but didn't get a chance to progress much in the end. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9517

[issue9517] Make test.script_helper more comprehensive, and use it in the test suite

2010-10-27 Thread Rodrigue Alcazar
Rodrigue Alcazar rodriguealca...@gmail.com added the comment: someone wanting to get to know the process of working on CPython without having to deal with anything that is particularly tricky to understand. That sounds exactly like me :) I can have a look at this ticket. -- nosy

python first assignment of a global variable

2009-07-15 Thread Rodrigue
here Rodrigue -- http://mail.python.org/mailman/listinfo/python-list

Re: python first assignment of a global variable

2009-07-15 Thread Rodrigue
MY_GLOBAL, by virtue of being assigned to later in the function, and the absence of a global statement, is identified as a local variable. When a function contains a single assignment (or augmented assignment) to a name, the compiler generates bytecode such that all references to that name