diff options
author | Adam Bard <github@adambard.com> | 2020-02-13 22:00:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 22:00:05 -0800 |
commit | 0a0a40dc2d29ed6ec8305bef5fffa83c14727e4c (patch) | |
tree | af8de5c938a140d28c9836bd88186eeeae85bc64 /hu-hu | |
parent | 6078f18d130bc6b609036e7e76b3913c270d8b9c (diff) | |
parent | ae848c481fabaca935ffbe33293a43a43434d268 (diff) |
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
Diffstat (limited to 'hu-hu')
-rw-r--r-- | hu-hu/pythonlegacy-hu.html.markdown (renamed from hu-hu/python-hu.html.markdown) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hu-hu/python-hu.html.markdown b/hu-hu/pythonlegacy-hu.html.markdown index 01f1c414..b5922766 100644 --- a/hu-hu/python-hu.html.markdown +++ b/hu-hu/pythonlegacy-hu.html.markdown @@ -1,5 +1,5 @@ --- -language: python +language: Python 2 (legacy) contributors: - ["Louie Dinh", "http://ldinh.ca"] - ["Amin Bandali", "https://aminb.org"] @@ -9,7 +9,7 @@ contributors: - ["habi", "http://github.com/habi"] translators: - ["Tamás Diószegi", "https://github.com/ditam"] -filename: learnpython-hu.py +filename: learnpythonlegacy-hu.py lang: hu-hu --- @@ -23,7 +23,7 @@ vagy pedig a louiedinh [kukac] [google email szolgáltatása] címen. Figyelem: ez a leírás a Python 2.7 verziójára vonatkozok, illetve általánosságban a 2.x verziókra. A Python 2.7 azonban már csak 2020-ig lesz támogatva, ezért kezdőknek ajánlott, hogy a Python 3-mal kezdjék az -ismerkedést. A Python 3.x verzióihoz a [Python 3 bemutató](http://learnxinyminutes.com/docs/python3/) +ismerkedést. A Python 3.x verzióihoz a [Python 3 bemutató](http://learnxinyminutes.com/docs/python/) ajánlott. Lehetséges olyan Python kódot írni, ami egyszerre kompatibilis a 2.7 és a 3.x |