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 Carl Ekerot
Recipients Carl Ekerot, christian.heimes, loewis, serhiy.storchaka, xiang.zhang
Date 2016-11-07.08:37:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478507835.52.0.094942098159.issue28563@psf.upfronthosting.co.za>
In-reply-to
Content
Judging by the code, this seems to be a much more rigid implementation. I've only run the unit tests and some variations of my initial examples, and everything seems to work as intended. Will look at it more closely this afternoon.

One thing that caught my attention in the patch is that gettext.c2py is removed entirely. I know that this function is not exposed in the docs or in __all__, but it still has "public scope" and it's likely used directly in the wild (googling the signature confirms this). Perhaps it should give a DeprectationWarning and delegate to _Plural?
History
Date User Action Args
2016-11-07 08:37:15Carl Ekerotsetrecipients: + Carl Ekerot, loewis, christian.heimes, serhiy.storchaka, xiang.zhang
2016-11-07 08:37:15Carl Ekerotsetmessageid: <1478507835.52.0.094942098159.issue28563@psf.upfronthosting.co.za>
2016-11-07 08:37:15Carl Ekerotlinkissue28563 messages
2016-11-07 08:37:15Carl Ekerotcreate