1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 05:28:37 +01:00
Simon Shine 887cbee8af Change 'filename:' for Python 2 (legacy)
Before renaming, all Python 2 filenames were 'learnpython-*.py'.

This commit renames them to 'learnpythonlegacy-*.py'.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
find . -name "pythonlegacy*.markdown" -exec ack filename: {} \;

find . -name "pythonlegacy*.markdown" -exec \
  sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \;
```
2020-02-12 07:04:42 +01:00
..
2018-03-14 08:42:39 +05:45
2018-10-14 05:51:14 +05:30
2017-08-25 13:42:43 +05:45
2019-05-24 16:36:31 +02:00
2017-05-18 13:59:03 +02:00
2016-06-26 15:10:59 +02:00
2016-01-06 03:14:04 +08:00
2015-11-13 11:48:48 -05:00
2015-05-03 20:59:27 +02:00
2017-12-07 12:16:08 +01:00
2015-06-11 17:35:20 -06:00