Hello,
Please do test the test server! I have resolved the problem with permalink
and plan to switch on Christmas Eve (using the latest Sage-9.0beta).
For the record - I had a lot of issues with my interacts that had to be
addressed. No idea how typical my problems were, but to encourage you to
look at yours, here is the list of problems I've ran into so far:
1) Works!
2) Several caught exceptions must be in parentheses.
3) Works!
4) map does not return a list anymore.
5) print is not a statement,
map does not return a list anymore.
6) dict.keys() is not a list,
map does not return a list anymore.
7) map does not return a list anymore,
zip does not return a list anymore
8) dict.keys() is not a list,
map does not return a list anymore.
9) Works!
10) Warnings due to \( as math delimiters and invalid escape sequence \m in
\mathrm
11) function('y', x) does not work anymore (was already broken by 8.9)
12) Warnings for math delimiters and invalid escape sequences
map does not return a list anymore.
The code
v0, v1 = 1, 2
[eval("v%d" % i) for i in range(2)]
does not work anymore as inside list comprehension locals() are different,
had to tweak it to
v0, v1 = 1, 2
current_locals = locals()
[eval("v%d" % i, None, current_locals) for i in range(2)]
--
You received this message because you are subscribed to the Google Groups
"sage-cell" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-cell/b398074d-e5d0-431d-8d93-9a7ddb84ffd1%40googlegroups.com.