Revision history of "Talk:Word list from the manuals"

From The Heroes of Might and Magic III wiki
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) 00:02, 8 January 2017Imahero (Talk | contribs). . (1,927 bytes) (+1,927). . (Created page with "<pre> #!/usr/bin/env python3 import sys import re import pathlib path_to_files = '/projects/manuals' words = dict() before_or_after = '\',.(){}[]?!"*+-:<>;' def main():...")