0005-python3.3.patch 561 B

12345678910111213141516
  1. Author: Jakub Wilk <jwilk@debian.org>
  2. Description:
  3. Make file recognize byte-compiled files generated by Python 3.3
  4. (Closes: #697110).
  5. diff -Naurp file.orig/magic/Magdir/python file/magic/Magdir/python
  6. --- file.orig/magic/Magdir/python
  7. +++ file/magic/Magdir/python
  8. @@ -22,6 +22,7 @@
  9. 0 belong 0x3b0c0d0a python 3.0 byte-compiled
  10. 0 belong 0x4f0c0d0a python 3.1 byte-compiled
  11. 0 belong 0x6c0c0d0a python 3.2 byte-compiled
  12. +0 belong 0x9e0c0d0a python 3.3 byte-compiled
  13. 0 search/1/w #!\ /usr/bin/python Python script text executable
  14. !:mime text/x-python