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 eric.araujo
Recipients bethard, eric.araujo, geoffreyspear, petri.lehtinen, tshepang
Date 2012-02-26.03:06:37
SpamBayes Score 0.0012523325
Marked as misclassified No
Message-id <1330225598.39.0.259560450092.issue14075@psf.upfronthosting.co.za>
In-reply-to
Content
> It's undocumented, and it begins with an underscore, but it would certainly be safer
> to deprecate it first.

Ah, somehow I misunderstood your earlier comment and thought _get_args had been publicized.  Removing is safe then.

Geoffrey:
> If people do override this provate method, would they really bother calling super()
> to get the essentially no-op functionality of the superclass method? 
No, but they would expect __repr__ to use their _get_args, which it won’t after the removal (see the patch).

> FWIW, Google Code and github both seem to be free of any such code.
Thanks for checking.  It’s only a fraction of all code out there, but it’s an indicator.
History
Date User Action Args
2012-02-26 03:06:38eric.araujosetrecipients: + eric.araujo, bethard, tshepang, geoffreyspear, petri.lehtinen
2012-02-26 03:06:38eric.araujosetmessageid: <1330225598.39.0.259560450092.issue14075@psf.upfronthosting.co.za>
2012-02-26 03:06:37eric.araujolinkissue14075 messages
2012-02-26 03:06:37eric.araujocreate