~lifeless/python-oops-tools/bug-881400

« back to all changes in this revision

Viewing changes to src/oopstools/NEWS.txt

  • Committer: Robert Collins
  • Date: 2011-10-31 02:07:24 UTC
  • mfrom: (6.2.2 python-oops-tools)
  • Revision ID: robertc@robertcollins.net-20111031020724-1itg2mas5r16bk21
Updated version of Roman's bad-url fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
* amqp2disk -v will print the received OOPS ids on the console, for
16
16
  entertainment and delight. (Robert Collins)
17
17
 
18
 
* OOPS reports with unicode url values are now handled during oops loading: the
 
18
* OOPS reports with non-ascii URL values are handled by url escaping the URL
 
19
  bytestring (this is separate to handling of unicode URL values).
 
20
  (Roman Yepishev, Robert Collins, #881400)
 
21
 
 
22
* OOPS reports with unicode URL values are now handled during oops loading: the
19
23
  unicode string is utf8 encoded (an arbitrary choice) and url escaped.
20
24
  (Robert Collins, #879309)
21
25