Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22211 > unrolled thread

Re: best way to create warning for obsolete functions and call new one

Started byDan Sommers <dan@tombstonezero.net>
First post2012-03-26 17:24 -0400
Last post2012-03-26 17:24 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: best way to create warning for obsolete functions and call new one Dan Sommers <dan@tombstonezero.net> - 2012-03-26 17:24 -0400

#22211 — Re: best way to create warning for obsolete functions and call new one

FromDan Sommers <dan@tombstonezero.net>
Date2012-03-26 17:24 -0400
SubjectRe: best way to create warning for obsolete functions and call new one
Message-ID<mailman.1019.1332797092.3037.python-list@python.org>
On Mon, 26 Mar 2012 22:26:11 +0200
Gelonida N <gelonida@gmail.com> wrote:

> As these modules are used by quite some projects and as I do not want
> to force everybody to rename immediately I just want to warn users,
> that they call functions, that have been renamed and that will be
> obsoleted.

You want a  DeprecationWarning.

HTH,
Dan

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web