Issue5955: aifc's close method did not close the file it wrapped,
commitd2deb40d04f68ae2b274ed867cc2859508bc4235
authorr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 7 May 2009 16:27:02 +0000 (7 16:27 +0000)
committerr.david.murray <r.david.murray@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 7 May 2009 16:27:02 +0000 (7 16:27 +0000)
tree4a508946136aaac8d6e7f8312e07ea8e16ad3987
parente399f7c50b9fde4800dc8014f1fca5b7e1ae109f
Issue5955: aifc's close method did not close the file it wrapped,
now it does.  This also means getfp method now returns the real fp.

git-svn-id: http://svn.python.org/projects/python/trunk@72425 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/aifc.py
Lib/test/test_aifc.py