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 christian.heimes
Recipients alexandre.vassalotti, christian.heimes, gvanrossum
Date 2007-10-14.00:43:59
SpamBayes Score 0.00043249084
Marked as misclassified No
Message-id <4711664A.5070300@cheimes.de>
In-reply-to <ca471dc20710131735x70611e6fx75c05c94e1d15ef6@mail.gmail.com>
Content
Guido van Rossum wrote:
> But that function is a terrible example; it was done that way because
> an earlier version of the function *did* allow using the errors
> argument and I wanted to make sure to catch all calls that were still
> passing an errors value. This doesn't apply here, we're creating a
> brand new API.

Ahhh! I really didn't know it. I thought that the non functional
arguments have a purpose.

> Anyway, let me know if you want to change something in Alexandre's
> version or if you want him to check it in.

I'm going to create a new patch based on his fixes and your recommendations.

> Oh. Hm. I still wish that PyCode_New() could just insist that the
> filename argument is a PyUnicode instance. Why can't it? Perhaps the
> caller should be fixed instead?

I'll try.
History
Date User Action Args
2007-10-14 00:44:00christian.heimessetspambayes_score: 0.000432491 -> 0.00043249084
recipients: + christian.heimes, gvanrossum, alexandre.vassalotti
2007-10-14 00:43:59christian.heimeslinkissue1272 messages
2007-10-14 00:43:59christian.heimescreate