Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #76535 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-08-19 11:42 +1000 |
| Last post | 2014-08-19 11:42 +1000 |
| 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.
Re: python scikits.audiolab Sndfile special chars in file name Chris Angelico <rosuav@gmail.com> - 2014-08-19 11:42 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-08-19 11:42 +1000 |
| Subject | Re: python scikits.audiolab Sndfile special chars in file name |
| Message-ID | <mailman.13128.1408412540.18130.python-list@python.org> |
On Tue, Aug 19, 2014 at 1:34 AM, Furqan wasi <furqan@avpreserve.com> wrote:
> except:
> print('Simple didnt work')
> pass
Drop all of these bare excepts. Let the exceptions get printed.
Believe you me, they are a LOT more helpful than "didnt work".
ChrisA
Back to top | Article view | comp.lang.python
csiph-web