[tor-bugs] #7653 [Stem]: Controller.extend_circuit's failure check is broken

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Dec 6 15:03:57 UTC 2012


#7653: Controller.extend_circuit's failure check is broken
--------------------+-------------------------------------------------------
 Reporter:  neena   |          Owner:  neena
     Type:  defect  |         Status:  new  
 Priority:  normal  |      Milestone:       
Component:  Stem    |        Version:       
 Keywords:          |         Parent:       
   Points:          |   Actualpoints:       
--------------------+-------------------------------------------------------
 {{{
 -    elif response.code == ('512', '552'):
 }}}
 Should be

 {{{
 +    elif response.code in ('512', '552'):
 }}}
 I also thought it would be a good idea to add some sample code to the
 documentation. Because, path-specification might not be very obvious, and
 because examples are great.

 Please review and merge this
 [http://repo.or.cz/w/stem/neena.git/shortlog/refs/heads/fix-extendcirc
 branch].

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7653>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list