[issue3465] doctest unable to use '...' for unicode literals
New submission from Piotr Wysocki <[EMAIL PROTECTED]>: Might be related to 2811 -- components: Library (Lib) files: doctest_problem.py messages: 70382 nosy: wysek severity: normal status: open title: doctest unable to use '...' for unicode literals versions: Python 2.5 Added file: http://bugs.python.org/file11002/doctest_problem.py ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3465> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3465] doctest unable to use '...' for unicode literals
Piotr Wysocki <[EMAIL PROTECTED]> added the comment: As I would like to use '...' in order not to care about some part of a unicode string containing unicode literals (using ELLIPSIS). The unicode string is inside the value of a dict returned by a function. It is working on Python 2.4.4 and not working on Python 2.5.2. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3465> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3465] doctest unable to use '...' for unicode literals
Piotr Wysocki <[EMAIL PROTECTED]> added the comment: I am attaching the output of doctest_problem.py on Python 2.5.2 in case it is necessary. At the moment I haven't a clue where to look for a bug. Anybody? ;) -- components: +Tests, Unicode Added file: http://bugs.python.org/file11003/doctest_problem_output.txt ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3465> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue30395] deadlocked child process after forking on pystate.c's head_mutex
Changes by Piotr Wysocki : -- nosy: +Piotr Wysocki ___ Python tracker <http://bugs.python.org/issue30395> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com