Revision history of "User:CommanderC/changelog-fix.py"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 18:10, 19 July 2014CommanderC (talk | contribs). . (459 bytes) (+459). . (Created page with "<pre> <nowiki> #!/usr/bin/python # cat dcss-changelog.txt | changelog-fix.py > wiki-changelog.txt import sys import re if __name__ == '__main__': data = sys.stdin.read() ...")