Add Python 3.4 magic number.

This commit is contained in:
Ville Skyttä 2013-05-09 17:52:17 +03:00
parent 4dab1d395f
commit ad6e4b0061
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ _python_magic_values = {
'3.1': 3150,
'3.2': 3180,
'3.3': 3230,
'3.4': 3260,
}
def get_expected_pyc_magic(path):