Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r52120:507a7fafd337 Date: 2012-02-06 09:38 +0100 http://bitbucket.org/pypy/pypy/changeset/507a7fafd337/
Log: Add documentation file. diff --git a/pypy/doc/config/translation.check_str_without_nul.txt b/pypy/doc/config/translation.check_str_without_nul.txt new file mode 100644 --- /dev/null +++ b/pypy/doc/config/translation.check_str_without_nul.txt @@ -0,0 +1,5 @@ +If turned on, the annotator will keep track of which strings can +potentially contain NUL characters, and complain if one such string +is passed to some external functions --- e.g. if it is used as a +filename in os.open(). Defaults to False because it is usually more +pain than benefit, but turned on by targetpypystandalone. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit