Kaydet (Commit) 10cdc63d authored tarafından Senthil Kumaran's avatar Senthil Kumaran

Merge from 3.2. 'idle_formatwarning' is the correct method name.

...@@ -59,7 +59,7 @@ else: ...@@ -59,7 +59,7 @@ else:
file = warning_stream file = warning_stream
try: try:
file.write(warnings.formatwarning(message, category, filename, file.write(warnings.formatwarning(message, category, filename,
lineno, file=file, line=line)) lineno, line=line))
except IOError: except IOError:
pass ## file (probably __stderr__) is invalid, warning dropped. pass ## file (probably __stderr__) is invalid, warning dropped.
warnings.showwarning = idle_showwarning warnings.showwarning = idle_showwarning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment