Jelle Zijlstra
|
f64aae46da
|
Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)
This reverts commit ac317700ce .
(Reverts only the lib2to3 part.)
|
2018-03-18 09:54:33 -07:00 |
Jelle Zijlstra
|
ac317700ce
|
bpo-30406: Make async and await proper keywords (#1669)
Per PEP 492, 'async' and 'await' should become proper keywords in 3.7.
|
2017-10-05 23:24:46 -04:00 |
Yury Selivanov
|
7544508f02
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
Benjamin Peterson
|
4ab92c800a
|
add matrix multiplication operator support to 2to3
|
2014-04-10 00:12:47 -04:00 |
Benjamin Peterson
|
90f5ba538b
|
convert shebang lines: python -> python3
|
2010-03-11 22:53:45 +00:00 |
Martin v. Löwis
|
8a5f8ca33b
|
Run 2to3 on this library.
|
2008-03-19 05:33:36 +00:00 |
Martin v. Löwis
|
ef04c44e29
|
Merged revisions 61596-61597 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r61596 | martin.v.loewis | 2008-03-18 23:43:46 -0500 (Di, 18 Mär 2008) | 2 lines
Import lib2to3.
........
r61597 | martin.v.loewis | 2008-03-18 23:58:04 -0500 (Di, 18 Mär 2008) | 3 lines
Initialized merge tracking via "svnmerge" with revisions "1-61595" from
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
|
2008-03-19 05:04:44 +00:00 |