Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Exception handling syntax: Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 00:54, 8 October 2020
edit
137.111.13.4
(
talk
)
→
Perl 5
:
http://mvp.kablamo.org/essentials/die-eval/ instead
← Previous edit
Revision as of 12:54, 29 November 2020
edit
undo
Modulato
(
talk
|
contribs
)
Extended confirmed users
777
edits
→
Python
:
file() is deprecated, the documentation recommends open()
Next edit →
Line 882:
f = None
try:
f =
file
open
("aFileName
", "w
")
f.write(could_make_error())
except IOError: