[Python-Dev] Re: [python-committers] Re: Thank you Larry Hastings!

2020-10-06 Thread Lysandros Nikolaou
Thank you for all your contributions, Larry!

Cheers,
Lysandros

On Tue, Oct 6, 2020 at 12:08 PM Nick Coghlan  wrote:

> Thank you, Larry!
>
> Cheers,
> Nick.
> ___
> python-committers mailing list -- python-committ...@python.org
> To unsubscribe send an email to python-committers-le...@python.org
> https://mail.python.org/mailman3/lists/python-committers.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-committ...@python.org/message/5JGI6OUBQ3TYLO5E6ZKNH5OM3SKYIO4V/
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/I5CJ46COXEGV7R3OA3NVQN2DNUAL5OEJ/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Re: [RELEASE] Python 3.9.0a6 is now available for testing

2020-04-29 Thread Lysandros Nikolaou
This is a know issue and there is already a discussion on bpo-40246 (
https://bugs.python.org/issue40246) on how to resolve it.

On Wed, Apr 29, 2020 at 5:54 PM Eric V. Smith  wrote:

> Hi, ro...@reportlab.com.
>
> That looks like a real error. Thanks for the detailed report. Can you
> open a ticket on bugs.python.org?
>
> Eric
>
> On 4/29/2020 10:34 AM, ro...@reportlab.com wrote:
> > While testing 3.9a6 in the reportlab package I see this difference from
> 3.8.2; I built from source using the standard configure make dance. Is this
> a real change?
> >
> > robin@minikat:~/devel/reportlab/REPOS/reportlab/tests
> > $ python
> > Python 3.8.2 (default, Apr  8 2020, 14:31:25)
> > [GCC 9.3.0] on linux
> > Type "help", "copyright", "credits" or "license" for more information.
>  norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')
> 
> > robin@minikat:~/devel/reportlab/REPOS/reportlab/tests
> > $ python39
> > Python 3.9.0a6 (default, Apr 29 2020, 07:46:29)
> > [GCC 9.3.0] on linux
> > Type "help", "copyright", "credits" or "license" for more information.
>  norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')
> >File "", line 1
> >  norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')
> >   ^
> > SyntaxError: invalid string prefix
> > robin@minikat:~/devel/reportlab/REPOS/reportlab/tests
> > $ python39 -X oldparser
> > Python 3.9.0a6 (default, Apr 29 2020, 07:46:29)
> > [GCC 9.3.0] on linux
> > Type "help", "copyright", "credits" or "license" for more information.
>  norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')
> >File "", line 1
> >  norm=lambda m: m+(m and(m[-1]!='\n'and'\n'or'')or'\n')
> > ^
> > SyntaxError: invalid string prefix
> > robin@minikat:~/devel/reportlab/REPOS/reportlab/tests
> > ___
> > Python-Dev mailing list -- python-dev@python.org
> > To unsubscribe send an email to python-dev-le...@python.org
> > https://mail.python.org/mailman3/lists/python-dev.python.org/
> > Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/PCQD2REYQ7GT6GVY2FLYEASVKRS756HO/
> > Code of Conduct: http://python.org/psf/codeofconduct/
> ___
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/XYXI577T5ZWLKHU7G4XCR2P27UKTJCUG/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/4CQCL7JXX2KD4BPPKTQIUXS23HHRYVEB/
Code of Conduct: http://python.org/psf/codeofconduct/


[Python-Dev] Re: PEP 581 has been updated with "Downsides of GitHub" section

2019-07-02 Thread Lysandros Nikolaou
Note that there also is a Github CLI at https://github.com/node-gh/gh#issues,
which brings Github Issues to the terminal and which I use regularly. It,
of course, has dependencies and a learning curve of its own, but it might
be a viable alternative for those, whose browsers do not support the Github
web interface. Just mentioning it, so that it's out there.

Of course, I'm sure there are other alternatives as well.

On Mon, Jul 1, 2019 at 6:03 PM Steven D'Aprano  wrote:

> On Sat, Jun 29, 2019 at 10:26:04AM -0500, Skip Montanaro wrote:
> > > You have missed at least one: the minimum technology requirement for
> > > using Github is a lot more stringent than for Roundup. Github's minimum
> > > system requirements are higher, and it doesn't degrade as well, so
> > > moving to Github will make it much harder for those who are using older
> > > technology. If not exclude them altogether.
> >
> > Is that Git or GitHub? If the latter, more JavaScript bits or something
> else?
>
> I'm referring to Github. I expect it is probably Javascript. Clicking
> hyperlinks is fine, but things like buttons with dropdown menus, the
> hamburger icon, the Clone/Download button etc do nothing when I click on
> them.
>
> For what it's worth, I'm not using an ad blocker but I am using a
> moderately old Firefox.
>
>
> --
> Steven
> ___
> Python-Dev mailing list -- python-dev@python.org
> To unsubscribe send an email to python-dev-le...@python.org
> https://mail.python.org/mailman3/lists/python-dev.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-dev@python.org/message/U5GPRST2G5JOPFFFRKP3RHBFOLV4CGDQ/
>
___
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/DVTFWFGKKS6ZD3FPAEEN2CZBTAKIKUBU/


Re: [Python-Dev] bedevere pipelines hang on github

2019-04-07 Thread Lysandros Nikolaou
There is an issue with bedevere at the moment. As described by Mariatta in
https://github.com/python/bedevere/issues/162 it is still not clear, if
this is our issue or GitHub's. I may have some time to look into it a bit
later.

On Sun, Apr 7, 2019 at 1:32 PM Xavier de Gaye  wrote:

> bedevere/issue-number and bedevere/news are not triggered for some
> reason at https://github.com/python/cpython/pull/12708 and hang
> forever with "Expected — Waiting for status to be reported ".
>
> Xavier
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe:
> https://mail.python.org/mailman/options/python-dev/lisandrosnik%40gmail.com
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] "Good first issues" on the bug tracker

2019-02-21 Thread Lysandros Nikolaou
On Thu, Feb 21, 2019 at 9:59 PM Cheryl Sabella  wrote:

> I agree completely. We normally add the "Easy" or "Easy (C)" keywords to
>> mark these (the latter for issues that involve C code), and these are
>> collected under the "Easy issues" link at the left hand side of the
>> tracker.
>>
>> Any reason to change from this process?
>>
>>
Yeah, I think some kind of separation between the two would be needed in
this case. There are some of us newbies, who frequently click the "Easy"
button, so that we find some issue to tackle. Some kind of marking an issue
as a "sprint issue" would quickly tell me that the issue is not available
to take on.

If that's not done, there's the risk that a good number of easy issues
would be closed until the sprint.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com