We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb225f commit 901ea02Copy full SHA for 901ea02
v3/pg_logger.py
@@ -199,12 +199,12 @@ def __restricted_import__(*args):
199
def open_wrapper(*args):
200
if is_python3:
201
raise Exception('''open() is not supported.
202
-Instead use io.StringIO() to simulate a file.''')
203
-#See here for an example: http://www.googl/blahblah''')
+Instead use io.StringIO() to simulate a file.
+Here is an example: http://goo.gl/uNvBGl''')
204
else:
205
206
-Instead use StringIO.StringIO() to simulate a file.''')
207
+Instead use StringIO.StringIO() to simulate a file.
+Here is an example: http://goo.gl/Q9xQ4p''')
208
209
210
class RawInputException(Exception):
0 commit comments