Message193713
pyclbr is parsing the source code, and since _Aifc_params is not a class, it does not get detected. So we just need to add it to the ignore list in the pyclbr test.
I'm also getting this when I run the test with your patch applied:
/home/rdmurray/python/p34/Lib/unittest/case.py:496: ResourceWarning: unclosed file <_io.BufferedReader name='@test_9764_tmp'>
testMethod()
Looks like you are missing a close or two.
Oh, and it occurs to me that _Aifc_params doesn't follow pep8. aifc should either be all lower case or, if you are viewing it as a class, it should be _AIFCParams. |
|
Date |
User |
Action |
Args |
2013-07-25 18:57:17 | r.david.murray | set | recipients:
+ r.david.murray, Claudiu.Popa, serhiy.storchaka |
2013-07-25 18:57:17 | r.david.murray | set | messageid: <1374778637.36.0.847926329448.issue17818@psf.upfronthosting.co.za> |
2013-07-25 18:57:17 | r.david.murray | link | issue17818 messages |
2013-07-25 18:57:17 | r.david.murray | create | |
|