-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Example in readme.rst is based on python2
b'Python rocks!' is better than 'Python rocks!' .
Couldn't we also translate str to bytes where it is appropriate?
if winname is not None:
if isinstance(winname, str): # checking python version is probably not necessary
winname = winname.encode(self.encoding) # default encoding could be utf8 or maybe latin1 ...
search.winname = winname
search.searchmask |= SEARCH_NAMEMetadata
Metadata
Assignees
Labels
No labels