mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Use unicode and remove support for some uses of str8.
This commit is contained in:
parent
5b0fdc9d0a
commit
6ea45d3341
8 changed files with 59 additions and 100 deletions
|
@ -420,8 +420,8 @@ class HexBin:
|
|||
|
||||
self.FName = fname
|
||||
self.FInfo = FInfo()
|
||||
self.FInfo.Creator = str8(creator)
|
||||
self.FInfo.Type = str8(type)
|
||||
self.FInfo.Creator = creator
|
||||
self.FInfo.Type = type
|
||||
self.FInfo.Flags = flags
|
||||
|
||||
self.state = _DID_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue