Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22263
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Subject | Re: best way to create warning for obsolete functions and call new one |
| Date | 2012-03-28 09:31 +0200 |
| References | <jkqjd4$1cp$1@dough.gmane.org> <20120326172440.4705444d@particle> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1062.1332919885.3037.python-list@python.org> (permalink) |
Hi Dan, On 03/26/2012 11:24 PM, Dan Sommers wrote: > 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. Yes, this is a good idea. In my case I had to combine it with logging.captureWarnings()
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: best way to create warning for obsolete functions and call new one Gelonida N <gelonida@gmail.com> - 2012-03-28 09:31 +0200
csiph-web