[Pydev-cvs] org.python.pydev Changes.txt,1.407,1.408
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-07-19 20:18:56
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5694 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.407 retrieving revision 1.408 diff -C2 -d -r1.407 -r1.408 *** Changes.txt 19 Jul 2008 19:53:31 -0000 1.407 --- Changes.txt 19 Jul 2008 20:19:04 -0000 1.408 *************** *** 19,22 **** --- 19,23 ---- <li>Improved code formatter to deal with operators (+, -, *, etc)</li> <li>Improved code formatter to handle '=' differently inside function calls / keyword args</li> + <li>Applied patch that fixes race condition in PythonNatureStore (thanks to Radim Kubacki)</li> </ul> |