Changes by Piotr Wysocki :
--
nosy: +Piotr Wysocki
___
Python tracker
<http://bugs.python.org/issue30395>
___
___
Python-bugs-list mailing list
Unsubscribe:
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.or
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 Pyth
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