Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 727 Bytes

appendix.rst

File metadata and controls

37 lines (23 loc) · 727 Bytes

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