[issue10862] Complete your registration to Python tracker -- key yq3FVw0zXbfo3RJCzK2PqphC2n0XTohy
New submission from xiscu : On 01/07/2011 08:41 PM, Python tracker wrote: > To complete your registration of the user "xiscu" with > Python tracker, please do one of the following: > > - send a reply to rep...@bugs.python.org and maintain the subject line as is > (the > reply's additional "Re:" is ok), > > - or visit the following URL: > > http://bugs.python.org/?...@action=confrego&otk=yq3FVw0zXbfo3RJCzK2PqphC2n0XTohy > > > -- messages: 125694 nosy: xiscu priority: normal severity: normal status: open title: Complete your registration to Python tracker -- key yq3FVw0zXbfo3RJCzK2PqphC2n0XTohy ___ Python tracker <http://bugs.python.org/issue10862> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue809163] Can't add files with spaces
xiscu added the comment: This is also my first contribution. The attached file is a diff against : - http://code.python.org/hg/branches/py3k/ The actual tip was: - 9489:4db13b4e76aa The patch adds only a test that triggers the issue. Please feel free to comment on that commit (so I can improve) Thanks -- nosy: +xiscu Added file: http://bugs.python.org/file20306/test_bdist_rpm_filename_with_whitespaces.diff ___ Python tracker <http://bugs.python.org/issue809163> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue7525] Yield example doesn't work as is explained in the documentation
New submission from xiscu : In the documentation the is: ... >>>generator.throw(TypeError, "spam") TypeError('spam',) >>> generator.close() Don't forget to clean up when 'close()' is called. ... I'm getting: >>>generator.throw(TypeError, "spam") TypeError('spam',) >>> generator.close() Traceback (most recent call last): File "", line 1, in RuntimeError: generator ignored GeneratorExit ... My proposal here is yield_example_1.py Thanks -- assignee: georg.brandl components: Documentation files: yield_example_1.py messages: 96489 nosy: georg.brandl, xiscu severity: normal status: open title: Yield example doesn't work as is explained in the documentation type: resource usage versions: Python 2.6 Added file: http://bugs.python.org/file15576/yield_example_1.py ___ Python tracker <http://bugs.python.org/issue7525> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com