summaryrefslogtreecommitdiffstats
path: root/test/Deprecated/SourceCode/SourceCode.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+4
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* fix test which was referring to tigris mailing list instead of current ↵William Deegan2014-07-291-1/+1
| | | | scons.or mailing list
* Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-1/+1
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-7/+20
| | | | | | Start the deprecation cycle for SourceCode() and its related factory functions. Deprecation messages are added to the functions. Regression tests are modified to deal with the messages being generated. Documentation is updated.
* Move tests for SourceCode() into test/Deprecated as a preliminary to beginningGreg Noel2010-05-261-0/+110
the deprecation cycle.