[issue21691] set() returns random output with Python 3.4.1, in non-interactive mode

2014-06-08 Thread Jackson Cooper
Jackson Cooper added the comment: Ah, gotcha. I was assuming the output was consistent across environments, even though ordering of set() is arbitrary. -- ___ Python tracker <http://bugs.python.org/issue21

[issue21691] set() returns random output with Python 3.4.1, in non-interactive mode

2014-06-07 Thread Jackson Cooper
New submission from Jackson Cooper: The set() built-in returns random output, only when Python 3 is being used, and in non-interactive mode (executing a file). Steps to reproduce: 1. Create file with only print(set(['A', 'B'])) inside it. 2. Execute file with Python 3.4.