Update of /cvsroot/webware/Webware/MiscUtils/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv2354
Added Files:
RelNotes-0.7.html
Log Message:
added
--- NEW FILE: RelNotes-0.7.html ---
<html>
<head>
<link rel=stylesheet href=StyleSheet.css type=text/css>
<style type=text/css>
<!--
li { padding-bottom: 0.75em;
}
-->
</style>
<title>MiscUtils 0.7 Release Notes</title>
</head>
<body>
<h1>MiscUtils 0.7 Release Notes</h1>
Version 0.7
<br>Webware for Python 0.7
<a name=General><h2>General</h2></a>
<ul>
<li> Version 0.7 was released on @/@/2001.
<li> CSVs with embedded commas, quotes and newlines (as can be produced by popular programs such as MySQL and Excel) are now properly read. (Added CSVParser.py which is the new parsing guts for DataTable. You are still more likely to use DataTable for reading CSVs as it has more power and convenience.)
</ul>
<p><hr>
</body>
</html>
|