Skip to content

Commit fdbe950

Browse files
committed
Add What's New in Pythonect 0.4.1
1 parent 2d765d9 commit fdbe950

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NEWS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@ Ticket numbers in this file can be looked up by visiting
22
http://github.com/ikotler/pythonect/issues/<number>
33

44

5+
What's New In Pythonect 0.4.1?
6+
==============================
7+
8+
*Release date: 03-Sep-2012*
9+
10+
Core and builtins
11+
-----------------
12+
13+
- PEP8 Fixes
14+
15+
- PEP 3110 Fixes
16+
17+
- Added Travis CI Support
18+
19+
- Issue #38: No docstrings for eval(), parse(), and Pythonect module
20+
21+
- Issue #39: eval_test_gen.py fails due to incorrect import
22+
23+
- Issue #41: Pythonect split() renamed to parse() to better fit it's purpose
24+
25+
- Issue #42: Pythonect fails on Python implementations that do not include the multiprocessing module
26+
27+
- Issue #44: Warnings during installation due to MANIFEST.in
28+
29+
- Enhancement #45: Dict can now be used as a return value, only literal dict will be treated as switch
30+
31+
- Issue #47: Pythonect parse() is not included in the testsuite
32+
33+
Build
34+
-----
35+
36+
- Issue #43: Pythonect unittest runner is not cross-platform
37+
38+
539
What's New In Pythonect 0.4?
640
============================
741

0 commit comments

Comments
 (0)