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
..
2017-10-23 13:07:42 -02:00
2018-03-14 08:44:44 +05:45
2019-10-08 21:30:02 -03:00
2018-10-14 05:51:14 +05:30
2018-02-28 20:18:45 +05:45
2017-10-04 21:53:03 -03:00
2018-11-17 23:55:42 +05:30
2016-10-20 18:54:50 +02:00
2018-10-01 17:16:56 -03:00
2018-11-17 23:55:42 +05:30
2017-10-25 23:38:59 -02:00
2019-10-01 13:49:20 -03:00
2017-10-25 23:42:06 -02:00
2018-11-17 23:55:42 +05:30
2018-08-30 19:02:36 +08:00
2019-10-01 11:55:55 -03:00
2018-10-01 17:03:32 -03:00
2018-10-01 17:07:53 -03:00
2015-10-29 23:17:09 -02:00
2016-09-16 12:46:08 +02:00
2019-10-01 13:40:16 -03:00