[tor-bugs] #7883 [Flashproxy]: Consider and potentially implement the integration of pyptlib in flashproxy

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Mar 26 01:58:35 UTC 2013


#7883: Consider and potentially implement the integration of pyptlib in flashproxy
------------------------+---------------------------------------------------
 Reporter:  asn         |          Owner:  asn         
     Type:  task        |         Status:  needs_review
 Priority:  normal      |      Milestone:              
Component:  Flashproxy  |        Version:              
 Keywords:              |         Parent:              
   Points:              |   Actualpoints:              
------------------------+---------------------------------------------------

Comment(by dcf):

 In comment:8:ticket:8549, it's stated that pyptlib may require Python 2.7.
 I think I'd like to keep the flashproxy programs compatible with 2.6, so
 I'd like pyptlib to be also if possible.

 I only get two errors when trying to run the tests with 2.6, which seem
 trivial to remove:
 {{{
 ======================================================================
 ERROR: Disabled TOR_PT_EXTENDED_SERVER_PORT.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "pyptlib/test/test_server.py", line 136, in test_disabled_extorport
     self.assertIsNone(retval['ext_orport'])
 AttributeError: 'testServer' object has no attribute 'assertIsNone'

 ======================================================================
 ERROR: Application only supports some transport.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "pyptlib/test/test_server.py", line 162, in test_matched_transports
     self.assertIn("midnight",retval['transports'])
 AttributeError: 'testServer' object has no attribute 'assertIn'

 ----------------------------------------------------------------------
 }}}

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


More information about the tor-bugs mailing list