File: RelNotes-0.1.1.html

package info (click to toggle)
pastewebkit 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 536 kB
  • ctags: 662
  • sloc: python: 3,346; makefile: 40
file content (28 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>

<head>
	<link rel=stylesheet href=StyleSheet.css type=text/css>
	<title>TaskKit 0.1.1 Release Notes</title>
</head>

<body>

<h1>TaskKit 0.1.1 Release Notes</h1>


<a name=ReleaseNotes><h2>Release Notes</h2></a>

<ul>
	<li> Version 0.1.1 was released on 3/@@/2001.
</ul>

<p> This release is mainly a cleanup of some aspects of the code.  The following changes affect the external interface.
<ul>
<li> Removed the <code>close</code> parameter from TaskKit.run().  This parameter was unnecessary.  To check if the task should exit, call Task.proceed(), where a non-zero return value indicates that the task should proceed.

<li> Various other cleanups.  None affecting the core functionality.
</ul>


</body>
</html>