Commit d6a927c
committed
Fix python3's
Because as of Python 3.5, the .pyo filename extension is no longer used, see:
- `PEP 488 -- Elimination of PYO files` (https://www.python.org/dev/peps/pep-0488/)
- `PEP 3147 -- PYC Repository Directories` as to why a separate directory is used (https://www.python.org/dev/peps/pep-3147/)
Also moves comment to the right placecompileall command for build.py file1 parent 42f89d2 commit d6a927c
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | 257 | | |
259 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
260 | 263 | | |
| 264 | + | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| |||
0 commit comments