~ubuntu-branches/ubuntu/utopic/python-docutils/utopic

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-12-20 10:24:09 UTC
  • Revision ID: package-import@ubuntu.com-20131220102409-ljkm3vtu2qu4kiey
Tags: 0.11-2ubuntu1
Add fix_element_test.diff: Since Python 3.3.3, 2to3 changes our already
existing Python3 specific test for the "dot" (•) symbol to a double-slash
like in the Python 2 version, breaking the test. Use the actual Unicode
symbol to prevent 2to3 from doing that, instead of \u2022.
(Closes: #732679)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python-docutils (0.11-2ubuntu1) trusty; urgency=medium
 
2
 
 
3
  * Add fix_element_test.diff: Since Python 3.3.3, 2to3 changes our already
 
4
    existing Python3 specific test for the "dot" (•) symbol to a double-slash
 
5
    like in the Python 2 version, breaking the test. Use the actual Unicode
 
6
    symbol to prevent 2to3 from doing that, instead of \u2022.
 
7
    (Closes: #732679)
 
8
 
 
9
 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 20 Dec 2013 10:24:09 +0100
 
10
 
1
11
python-docutils (0.11-2) unstable; urgency=low
2
12
 
3
13
  [ Michael Schutte ]