Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #112336
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Python Error message |
| Date | 2016-08-05 02:14 +1000 |
| Message-ID | <mailman.166.1470327290.6033.python-list@python.org> (permalink) |
| References | <710599b6-b8c3-4f5a-a3dd-48757b816a44@googlegroups.com> <57a36593$0$1590$c3e8da3$5496439d@news.astraweb.com> <CA+FnnTw3b-iudGYJomeUYRQo_4ZathC7E1vWVqLDGqDo74JfDA@mail.gmail.com> <CAPTjJmopCkH+c4CP8_OgV56HByYCOL8y60_XyCoxeOR8vObY2Q@mail.gmail.com> |
On Fri, Aug 5, 2016 at 2:09 AM, Igor Korot <ikorot01@gmail.com> wrote: >> [1] There are exceptions to this rule, for experts. But if you need to ask >> what they are, you're not ready to know > > But even the experts will never write such a code - you never know what happens > in a month. Server might throw some new exception, you may move on to > a different project, > etc, etc. ;-) Yes, in those situations you don't write a bare except :) As Steven said, there ARE legit uses; most of them fall under the description "boundary location". ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python Error message GBANE FETIGUE <bemen77@gmail.com> - 2016-08-04 08:31 -0700
Re: Python Error message Chris Angelico <rosuav@gmail.com> - 2016-08-05 01:51 +1000
Re: Python Error message Steven D'Aprano <steve+python@pearwood.info> - 2016-08-05 01:56 +1000
Re: Python Error message Igor Korot <ikorot01@gmail.com> - 2016-08-04 12:09 -0400
Re: Python Error message Chris Angelico <rosuav@gmail.com> - 2016-08-05 02:14 +1000
Re: Python Error message MRAB <python@mrabarnett.plus.com> - 2016-08-04 17:19 +0100
Re: Python Error message Terry Reedy <tjreedy@udel.edu> - 2016-08-04 15:36 -0400
Re: Python Error message Chris Angelico <rosuav@gmail.com> - 2016-08-05 05:53 +1000
Re: Python Error message dieter <dieter@handshake.de> - 2016-08-05 09:03 +0200
csiph-web