Just wondering if the bugs/fixes/enhancements being fixed in 1.0.x are also affecting 1.1.x?
Page 1 of 1
Bugs from 1.0.x
#2
Posted 05 October 2009 - 09:22 AM
gib, on 05 October 2009 - 03:41 AM, said:
Just wondering if the bugs/fixes/enhancements being fixed in 1.0.x are also affecting 1.1.x?
If you check the svn repository you will realize that the 1.0 branch is merged with the trunk like (http://code.google.c...e/detail?r=1429) so the changes made to 1.0 will be reflected in the trunk after the merge is complete.
php: foreach(array('cat', 'dog', 'cow') as $animal) echo $animal."\n"; python: [(animal, print(animal)) for animal in ['cat', 'dog', 'cow']] ruby: ['cat', 'dog', 'cow'].each {|animal| puts animal}
You say Tomato, I say Tomato.
Share this topic:
Page 1 of 1