comparison contrib/splicex/CHANGES @ 710:a8f74ee394a3 draft

SpliceX improved invalid argument detection/reporting
author d3v11 <d3v11@d3v11.ano>
date Sat, 29 Oct 2011 17:14:19 -0400
parents de6fd9fc14e5
children 59babc5385d5
comparison
equal deleted inserted replaced
709:77fbf12a5d3a 710:a8f74ee394a3
43 43
44 SpliceX can now optionally do a pure 44 SpliceX can now optionally do a pure
45 python install. This cuts down on 45 python install. This cuts down on
46 dependencies and is useful if you just 46 dependencies and is useful if you just
47 want to test, try, and/or debug. 47 want to test, try, and/or debug.
48
49 SpliceX now detects invalid arguments
50 and prints with error message.