[ python-Feature Requests-1080727 ] Add encoding to DocFileSuite

SourceForge.net noreply at sourceforge.net
Sat Dec 18 19:05:15 CET 2004


Feature Requests item #1080727, was opened at 2004-12-07 17:47
Message generated for change (Comment added) made by bjoti
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1080727&group_id=5470

Category: Unicode
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bjorn Tillenius (bjoti)
Assigned to: Tim Peters (tim_one)
Summary: Add encoding to DocFileSuite

Initial Comment:
If one writes doctests within documentation strings of classes and 
functions, it's possible to use non-ASCII characters since one can 
specify the encoding used in the source file.

But if one wants to combine the documentation and testing, by 
writing a text file, and thus use DocFileSuite, it's not possible to use 
non-ASCII characters in the tests. This is because there's no way 
of specifying which encoding the text file uses. Instead one has to 
\-quote all non-ASCII characters, and that makes the tests harder 
to read IMHO.

----------------------------------------------------------------------

>Comment By: Bjorn Tillenius (bjoti)
Date: 2004-12-18 19:05

Message:
Logged In: YES 
user_id=1032069

Uploaded new patch, which adds the possibility to specify an encoding to 
testfile as well, since I assume this is desirable.

----------------------------------------------------------------------

Comment By: Bjorn Tillenius (bjoti)
Date: 2004-12-18 15:08

Message:
Logged In: YES 
user_id=1032069

Added patch for Tim to review.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2004-12-15 04:09

Message:
Logged In: YES 
user_id=31435

Unassigned myself -- can't make time to work on it.  I'll be 
happy to review a patch (code/tests/docs) if one appears.  I 
approve of the idea <wink>.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1080727&group_id=5470


More information about the Python-bugs-list mailing list