Hi, > Author: victor.stinner > Date: Wed Mar 2 02:03:14 2011 > New Revision: 88709 > Log: Issue #8923: cache str.encode() result > > When a string is encoded to UTF-8 in strict mode, the result is cached into the > object. Examples: str.encode(), str.encode('utf-8'), PyUnicode_AsUTF8String() > and PyUnicode_AsEncodedString(unicode, "utf-8", NULL). I don’t really understand this message (especially “cached into the object”) :) Maybe in the Misc/NEWS entry you could also add a line to explain to users the reason/goal/benefit of this change? Regards
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4