wangyu5 / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

make/linux: support python 2.5 #209

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Python 2.5 doesn't support octal literals of the form 0o755. Python 3 doesn't 
support 0755.
Here is what needed to change: 
https://github.com/joyent/node/compare/b433c42...72246d9

Original issue reported on code.google.com by coldredl...@gmail.com on 16 Aug 2011 at 1:29