/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to BRANCH.TODO

Remove commented cruft, add a TODO comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is for listing TODOs for branches that are being worked on.
2
2
# It should ALWAYS be empty in the mainline or in integration branches.
3
 
4
3
#
5
4
 
 
5
Fix three cases of read(1)-like problems:
 
6
  * SmartClientRequestProtocolOne.read_body_bytes (DONE)
 
7
  * SmartClientRequestProtocolOne._recv_tuple
 
8
  * SmartServerStreamMedium._serve_one_request
 
9
 
 
10