I was operating under the optimistic assumption whatever the precise time of
2.7's official demise would only be an amusing piece of trivia for a world of
happy Python 3 users.
It's still to early to promise exact release dates; that will depend on the
day-to-day schedules of the release manage
On Sat, Aug 25, 2018 at 1:28 AM Serhiy Storchaka
wrote:
>
> https://github.com/python/cpython/commit/c406d5cd74002964a64c3eb7d9e2445a7fd3a03f
> commit: c406d5cd74002964a64c3eb7d9e2445a7fd3a03f
> branch: master
> author: Serhiy Storchaka
> committer: GitHub
> date: 2018-08-25T10:27:55+03:00
> sum
Hello dears Python devs,
I'm taking the initiative of writing to you for a question on Python REPL over
Windows remote powershell session (winrm).
As we’ve all known, Python REPL works well on local Linux, local Windows, and
remote SSH session.
But for the remote Windows powershell session the
On Sun, Aug 26, 2018 at 9:09 AM, ZHU Xiang wrote:
> But for the remote Windows powershell session the REPL doesn’t work, when I
> type ‘’python” on the remote session, there’s nothing happened.
>
> # 1/ pre-install python on server1 (server 1 is a windows os)
> # 2/ from a powershell console on se
ZHU Xiang writes:
> ===
> Steps to reproduce
>
> # 1/ pre-install python on server1 (server 1 is a windows os)
> # 2/ from a powershell console on server0, type below 2 commands:
> enter-pssession server1
> python
>
> Expected behavior
> # The python >>> prompt app