git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@2 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
		
			
				
	
	
		
			23 lines
		
	
	
		
			679 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			679 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= Things to do for pyst =
 | 
						|
 | 
						|
= ChangeLog =
 | 
						|
 | 
						|
The ChangeLog needs to be updated from the monotone logs.
 | 
						|
 | 
						|
= Documentation =
 | 
						|
 | 
						|
All of pyst's inline documentation needs to be updated.
 | 
						|
 | 
						|
= manager.py =
 | 
						|
 | 
						|
This should be convereted to be single threaded.  Also there is a race 
 | 
						|
condition when a user calls manager.logoff() followed by manager.close().  The 
 | 
						|
close() function may still call logoff again if the socket thread has not yet 
 | 
						|
cleared the _connected flag.
 | 
						|
 | 
						|
A class should be made for each manager action rather than having a function in 
 | 
						|
a manager class.  The manager class should be adapted to have a send method 
 | 
						|
that know the general format of the classes.
 | 
						|
 | 
						|
## vim: set fo=awlq:
 |