Remove a couple extra deprecations (#28490)
* Remove open(cmd) deprecation leftovers
* Remove incorrect comment in show.jl
We still parse `$=`, it just doesn't mean `xor=` anymore,
so printing shouldn't be changed.
* Uncomment a couple tests because the comments told me to
* Fix isdefined tfunc after deprecation removal