On Mon, Nov 8, 2010 at 1:39 PM, Michael Foord <fuzzy...@voidspace.org.uk> wrote: .. > So you have a bug in the module that can only be fixed in a function you > want to deprecate? > No, I have a bug in a function that I want to deprecate. You said I don't need to fix it if I add a deprecation warning. However, as far as I know, deprecation warnings are not backported to maintenance branches while bug fixes are. So the specific question is: there is a bug in trace.find_strings() - should it be fixed in 3.1-maint? _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
- [Python-Dev] Breaking undocumented API Alexander Belopolsky
- Re: [Python-Dev] Breaking undocumented API Michael Foord
- Re: [Python-Dev] Breaking undocumented API Michael Foord
- Re: [Python-Dev] Breaking undocumented API Alexander Belopolsky
- Re: [Python-Dev] Breaking undocumented A... Michael Foord
- Re: [Python-Dev] Breaking undocument... Alexander Belopolsky
- Re: [Python-Dev] Breaking undoc... Michael Foord
- Re: [Python-Dev] Breaking undocumented API Terry Reedy
- Re: [Python-Dev] Breaking undocumented API Brett Cannon
- Re: [Python-Dev] Breaking undocumented API exarkun
- Re: [Python-Dev] Breaking undocumented A... Brett Cannon
- Re: [Python-Dev] Breaking undocument... exarkun
- Re: [Python-Dev] Breaking undoc... Brett Cannon
- Re: [Python-Dev] Breaking u... exarkun
- Re: [Python-Dev] Breaki... Glyph Lefkowitz
- Re: [Python-Dev] Breaki... Guido van Rossum