Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.25 KB

appendix.rst

File metadata and controls

49 lines (34 loc) · 1.25 KB

Appendix

Glossary

string

a unicode string or a byte string

unicode string

a Unicode string type (unicode <py2:unicode> in Python 2, and py3:str in Python 3)

byte string

a byte string type (py2:str in Python 2, and py3:bytes in Python 3). Unless otherwise indicated, byte strings in this project are always UTF-8 encoded.

References