pfalcon / pycopy

Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.

Home Page:http://pycopy.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generic documentation TODOs

pfalcon opened this issue · comments

  • Add placeholder docs for ffi module.
  • Add real docs for ffi module.
  • Fully document ure module
  • Document urandom module - placeholder added
  • Update docs for ussl module
  • Fully document uctypes module (#14)
  • Document abstract stream interface (uio module)
  • Document extended return codes (WANT_READ, WANT_WRITE) for non-blocking streams.