Re: [Python-Dev] pychecker warnings in Lib/encodings

2006-06-14 Thread Neal Norwitz
On 6/13/06, Walter Dörwald <[EMAIL PROTECTED]> wrote: > > > IIUC (and I probably don't), mbcs is on windows only. But should I be > > able to import encodings.mbcs on Linux or is this expected? > > > import encodings.mbcs > > Traceback (most recent call last): > > File "", line 1, in > >

Re: [Python-Dev] pychecker warnings in Lib/encodings

2006-06-13 Thread Walter Dörwald
Neal Norwitz wrote: > All are missing parameters. I'm not sure of the proper signature, so > I didn't fix these: > > Lib/encodings/punycode.py:217: No global (errors) found > Lib/encodings/utf_8_sig.py:33: No global (errors) found > Lib/encodings/uu_codec.py:109: No global (errors) found Fixed

[Python-Dev] pychecker warnings in Lib/encodings

2006-06-13 Thread Neal Norwitz
All are missing parameters. I'm not sure of the proper signature, so I didn't fix these: Lib/encodings/punycode.py:217: No global (errors) found Lib/encodings/utf_8_sig.py:33: No global (errors) found Lib/encodings/uu_codec.py:109: No global (errors) found IIUC (and I probably don't), mbcs is on