This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pygettext.py sorted output
Type: Stage:
Components: Demos and Tools Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, tkikuchi
Priority: normal Keywords: patch

Created on 2001-05-21 05:12 by tkikuchi, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
425821-new.txt barry, 2001-05-21 19:22 Updated patch
Messages (3)
msg36627 - (view) Author: Tokio Kikuchi (tkikuchi) Date: 2001-05-21 05:12
Sort the output of pygettext.py by filename/linenumber order. 
Both solaris and GNU formats are retained but no more random output.
Some nice feature of packing the GNU style location is lost for easier coding.

msg36628 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2001-05-21 19:22
Logged In: YES 
user_id=12800

Here's a slightly different version of the patch, which
retains packed GNU style format, but still sorts by filename
and then by linenumber.

Note that this also fixes a bug with duplicate entries.
msg36629 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2001-05-21 19:34
Logged In: YES 
user_id=12800

This patch is included in pygettext.py 1.14
History
Date User Action Args
2022-04-10 16:04:04adminsetgithub: 34524
2001-05-21 05:12:45tkikuchicreate