[Python-checkins] cpython: add some audio formats

benjamin.peterson python-checkins at python.org
Sat Oct 12 21:24:20 CEST 2013


http://hg.python.org/cpython/rev/554ebba8036d
changeset:   86250:554ebba8036d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Oct 12 15:24:15 2013 -0400
summary:
  add some audio formats

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


diff --git a/.hgeol b/.hgeol
--- a/.hgeol
+++ b/.hgeol
@@ -10,6 +10,7 @@
 **.vsprops = BIN
 
 **.aif  = BIN
+**.aiff = BIN
 **.au   = BIN
 **.bmp  = BIN
 **.db   = BIN
@@ -23,6 +24,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