id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
12597	Error in creating a Permutation Group	dkrenn	sage-combinat	"{{{
sage: # Define the generators for the group of symmetries of the Tic-Tac-Toe board.
sage: r = Permutation(""(1,7,9,3)(2,4,8,6)"")
sage: f = Permutation(""(1,3)(4,6)(7,9)"")
sage: # Generate the group of symmetries for the Tic-Tac-Toe board.
sage: PermutationGroup([r,f])
Traceback (most recent call last):
...
TypeError: 'int' object is not iterable
}}}

Should see
{{{
Permutation Group with generators [(1,3)(4,6)(7,9), (1,7,9,3)(2,4,8,6)]
}}}
This is the result when run on a server running 'Sage Version 4.6, Release Date: 2010-10-30'.

This was reported on [https://spreadsheets.google.com/pub?key=pCwvGVwSMxTzT6E2xNdo5fA the public bug reports from the notebook interface] by <warner@clemson.edu> on 12/1/2011."	enhancement	closed	major	sage-5.0	combinatorics	fixed	permutation group			N/A	Daniel Krenn	Mike Hansen	sage-5.0.beta14		
