nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

(cell branch) Make Cell `__repr__()` Consistent With Cell Constructors #83

Closed dwtj closed 9 years ago

dwtj commented 9 years ago

Cell constructors do not have header as a keyword argument. repr() should reflect this. Examples of __repr__(header={}, ...) are currently wrong.

nskinkel commented 9 years ago

This is covered in the "simplifications" documentation.