This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miserlou
Recipients andrewnester, eryksun, larry, miserlou, sayanchowdhury, serhiy.storchaka, wrohdewald, xiang.zhang
Date 2018-11-30.21:01:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543611703.85.0.788709270274.issue29657@psf.upfronthosting.co.za>
In-reply-to
Content
@Larry - that would be an acceptable solution!

I'm here because I encountered this error independently. I explain why the  arrow is a problem here: https://bugs.python.org/issue35367

The issue is that the '->' notation is already used by the standard operating system utilities in this context, so for Python overload this semantically in this case is the source of all the confusion.

It would avoid the scare that we've all encountered if it just said 'src'/'dst' rather than '->'.

Thanks!
R
History
Date User Action Args
2018-11-30 21:01:43miserlousetrecipients: + miserlou, larry, wrohdewald, serhiy.storchaka, eryksun, sayanchowdhury, xiang.zhang, andrewnester
2018-11-30 21:01:43miserlousetmessageid: <1543611703.85.0.788709270274.issue29657@psf.upfronthosting.co.za>
2018-11-30 21:01:43miserloulinkissue29657 messages
2018-11-30 21:01:43miserloucreate