File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
91
91
harder to decode non-UTF-8 text. SCons.Util.to_Text now exists
92
92
to convert a byte stream, such as "raw" file data. Fixes #3569, #4462.
93
93
The Pseudo manpage entry was updated to provide more clarity.
94
+ - Clarify how SCons finds the project top directory, and what that is used for.
94
95
- The internal routine which implements the PyPackageDir function
95
96
would fail with an exception if called with a module which is
96
97
not found. It will now return None. Updated manpage entry and
Original file line number Diff line number Diff line change @@ -90,12 +90,18 @@ DOCUMENTATION
90
90
-------------
91
91
92
92
- Fixed the Scanner examples in the User Guide to be runnable and added
93
- some more explantion . Clarified discussion of the scanner function in
93
+ some more explanation . Clarified discussion of the scanner function in
94
94
the Scanner Objects section of the manpage.
95
95
- The manpage entry for Pseudo was clarified.
96
96
- The manpage entry for SharedLibrary was clarified.
97
97
- Update API docs for Warnings framework; add two warns to manpage
98
98
enable/disable control.
99
+ - More consistent use of &Python; in the manpage. A few links added.
100
+ A warning about overwriting env['ENV'] and one about Configure
101
+ checks possibly not running in in no-exec mode also added.
102
+ - Clarify how SCons finds the project top directory, and what that is used for.
103
+
104
+
99
105
100
106
DEVELOPMENT
101
107
-----------
You can’t perform that action at this time.
0 commit comments