summaryrefslogtreecommitdiffhomepage
path: root/hu-hu/pythonlegacy-hu.html.markdown
Commit message (Collapse)AuthorAgeLines
* Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | The list of references is exhausted by running 'ack docs/python'.
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+816
``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```