This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jiwon
Recipients
Date 2006-08-31.21:03:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=595483

>>  * it looks like a bunch of lines had whitespace, but no
>> other changes.  this makes it hard to see the real changes.

I changed some tabs in ast_for_argument function to spaces -
tabs and spaces are mixed, and it's hard to edit. It would
have been nice if I separate that white space conversion
into another patch, but since it's p3yk branch I thought it
can be allowed.


>> when you say it passes all tests, did you run with -u all?
>> the compiler doesn't do all the tests without it (and one
>> or
>> two other tests too).

Yup, it passes all the tests except test_frozen and
test_linuxaudiodev.py(maybe because my box doesn't have
audio device..?) and some skipped tests including
test_bsddb3.py, etc


>> in the new test, i think you need to pass a name for the
>> filename param to compile.  I think there was some platform
>> (windows?) that crapped out with an empty filename.  (if you
>> copied from an existing test, then i must be remembering
>> something different.)

Yeah, I copied it from test_with.py, but now I'm passing a
filename.
History
Date User Action Args
2007-08-23 15:54:26adminlinkissue1549670 messages
2007-08-23 15:54:26admincreate