[Python-checkins] cpython (2.7): add more media types

benjamin.peterson python-checkins at python.org
Sat Oct 12 21:55:43 CEST 2013


http://hg.python.org/cpython/rev/ced6d02097e6
changeset:   86253:ced6d02097e6
branch:      2.7
parent:      86247:52d8df5fc023
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Oct 12 15:55:24 2013 -0400
summary:
  add more media types

files:
  .hgeol |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/.hgeol b/.hgeol
--- a/.hgeol
+++ b/.hgeol
@@ -10,6 +10,8 @@
 **.vsprops = BIN
 
 **.aif  = BIN
+**.aifc = BIN
+**.aiff = BIN
 **.au   = BIN
 **.bmp  = BIN
 **.db   = BIN
@@ -23,6 +25,7 @@
 **.png  = BIN
 **.psd  = BIN
 **.tar  = BIN
+**.wav  = BIN
 **.xar  = BIN
 **.zip  = BIN
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list