We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194d8e3 commit b4eaac9Copy full SHA for b4eaac9
229.md
@@ -86,7 +86,7 @@ pickle是标准库中的一个模块,还有跟它完全一样的叫做cpickle
86
87
>>> file = StringIO.StringIO()
88
>>> pickle.dump(pybook, file, 1)
89
- >>> print file.getvalue() #查看“文件”内容
+ >>> print file.getvalue() #查看“文件”内容,注意下面不是乱码
90
ccopy_reg
91
_reconstructor
92
q(c__main__
0 commit comments