- fix #1107995 - detect locale-archive - fix #1130693, #1115111 - fix detection of MSOOXML, OOXML and ZIP - fix #1124940 - detect Python 3.4 byte-compiled files
25 lines
725 B
Diff
25 lines
725 B
Diff
From 8f462b16513c6961a938d0eb443bc538574eeeca Mon Sep 17 00:00:00 2001
|
|
From: Benedikt Morbach <bmorbach@redhat.com>
|
|
Date: Wed, 30 Jul 2014 18:53:58 +0200
|
|
Subject: [PATCH] add support for python 3.4 byte-compiled files
|
|
|
|
---
|
|
magic/Magdir/python | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/magic/Magdir/python b/magic/Magdir/python
|
|
index d5e2964..19d4b55 100644
|
|
--- a/magic/Magdir/python
|
|
+++ b/magic/Magdir/python
|
|
@@ -23,6 +23,7 @@
|
|
0 belong 0x4f0c0d0a python 3.1 byte-compiled
|
|
0 belong 0x6c0c0d0a python 3.2 byte-compiled
|
|
0 belong 0x9e0c0d0a python 3.3 byte-compiled
|
|
+0 belong 0xee0c0d0a python 3.4 byte-compiled
|
|
|
|
0 search/1/w #!\ /usr/bin/python Python script text executable
|
|
!:mime text/x-python
|
|
--
|
|
1.9.3
|
|
|