Greetings list,
Here is a nobody proposing something to be picked
up by more skilled people.
The urllib deprecation thread is scary for many reasons.
I cannot just ignore it as it affects me as a noob user.
The security issues makes one think if we continue shipping
something that always has know
sigh, what's happening. Else OP is a Typing-SIG
regular.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
Oh hoping over to read. I glanced but have not yet read it in details ...
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-Rahm
FFFHHJ/#YB2JD477TKPB2HTXDW6ZXUBD6NFFFHHJ
>
> Damian (he/him)
>
> On Thu, Feb 3, 2022 at 11:51 AM Abdur-Rahmaan Janhangeer <
> arj.pyt...@gmail.com> wrote:
>
>> Greetings,
>>
>> This library* seems to be used by many people for some treemap operations.
>> Woul
.
* http://www.grantjenks.com/docs/sortedcontainers/
Thanks.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
__
> Still interested in coauthors who know CPython internals. That hasn't
changed.
Should have been included since first mail. But this peaked my interest to
dive into
the C source
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/>
anywhere in between!
>
Did you find a co-author yet? If not i apply.
Yours,
Abdur-Rahmaan Janhangeer
>
___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.
Just amazing!!!
Noted it down
https://www.pythonkitchen.com/python-making-imports-callable/
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-Rahm
Sorry not if name == main, basically
if module is being imported:
__file__.callable = True
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-Rahm
Greetings list,
Let's say i import module1
import module1
can we do
module1()
straight out of the box?
If not i propose something like
if __name__ == '__main__':
__file__.callable = True
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.
some
really weird results, instead of errors.
Well, i think that since everything in Python is an object, this example can
apply to anything. Like you need to put it in context. It's not a problem
per se.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/&g
/scaling_flask_apis_for_highthrougput_scenarios/
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailing list -- python-i
entrypoint to
Python scripts is not main(), it is the top of the module.
eidt: forgot to reply all
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailing list -- python-ideas@python.org
To unsub
eyword?
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailing list -- python-ideas@pyt
tory, they take their responsibility!
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailing list --
Greetings,
Just a light-hearted note, if ever the idea is taken seriously,
variable: constant = 10
seems more pythonic to me.
constant variable = 10 opens the doors for
int x = 5 etc
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
secrets.
The whole thread echoes sentiments in the same direction.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
Greetings list,
Created thread + summary:
https://discuss.python.org/t/changing-the-theme-of-the-python-docs-styling/8621
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com
ocs.djangoproject.com/en/3.2/, they contacted someone
who has some design taste.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
>
Time from someone clever with CSS in Sphinx may be all it takes.
Yes, agree 👍, i am not suggesting other
docs systems but just reconsidering the style.
@Marc indeed raised the question of overall
consistency which i guess will be addressed one
day or the other. As for the wiki besides, look
there
I can well imagine someone turning away from a language because the docs
felt old or badly styled.
One practical effect of it is people preferring
to read articles on other sites rather than
consult the docs first. One piece of docs that
is greatly explained is the sockets section. The part
i am
Found the link i was referring to:
https://psg.com/r.clue.html
quote:
<>
@Rob Cliffe I was saying that if you don't know
the flashy
terms it's an indication that you come from
a great time. Me myself i find myself no longer
wanting to go deep into networking or the Linux kernel
maybe because i
Woops i present my excuses list,
it seems english jokes in my country
don't play well overall.
I never intend to insult people nor insinuate
insults. @Rob Cliffe normally when i have
old friends, i like to joke about how ancient
they are. A dinosaur in tech deserves respect. Like i was reading th
Greetings,
I guess the difference is in a 'clean'
look. I kind of find the docs as a reminder of
some legacy software. The docs looks 'old'
I know it's vague and subjective but maybe
this rings with some more people.
Kind Regards,
Abdur-Rahmaa
e you are a dinosaur needing some carbon
dating. Many people are interested in launching SaaS nowadays.
I'd say that you come from a different time as nowadays (at least
some times back, there was a SaaS craze) ^^.
I guess you are not much on LinkedIn or some similar platforms
Kind Regards,
Abdur
to d...@python.org and waiting for mod approval,
Will raise it over there. Thanks for input.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur
cleaner look. I find docs such as Masonite
really enjoyable to read: https://docs.masoniteproject.com/
I do hope we can advance something along these lines.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
gi
https://docs.masoniteproject.com/
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailing list -- pyt
ready generates the files. On windows it has an
activate.bat
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Jan 4, 2021 at 9:03 PM Christopher B
You just execute the appropriate shell commands via Python
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Jan 4, 2021 at 7:34 PM Chris Ange
Errata: subprocess(['os', 'stuff', ...])
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
subprocess([sys.executable, ...])
def activate_on_solaris():
sys.subprocess([sys.executable, ...])
if sys.platform == linux:
activate_on_linux()
etc
I believe this is used somewhere else in CPython.
Recently sys.executable replaced python
Kind Regards,
Abdur-Rahmaan Janhangeer
ab
Greetings list,
put simply,
be able to use
$ python -m venv venv_name activate
To activate an env instead of having each platform have a way of
handling it
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://www.pythonkitchen.com>
g
Greetings list,
I wonder if the issue should be named as:
introduce absolute break in Python
as if you have 5 nested loops (which you probably should not),
breaking loop_i won't do anything
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<
cts into independent executables
This solves the issue of Gui etc etc etc etc etc etc
Mr Moore's mail of Nov 24, 2020 has ton of ideas
and a lot of potential
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.git
ncrete hint that Zipapps need more works
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas mailin
Greetings,
I suggest:
-- To setup PyInstaller funding via the PSF like the pallets does
can be a first step to something more concrete
-- To let the PSF take over the lib (requires the PSF and your approval)
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github
cluding C-extensions use the tool for native executables.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
__
Greetings,
Finally đź’Ż
What about native executables (without PyInstaller)?
Kind Regards,
Abdur-Rahmaan Janhangeer
https://www.github.com/Abdur-RahmaanJ
Mauritius
sent from gmail client on Android, that's why the signature is so ugly.
On Sun, 22 Nov 2020, 15:30 Hartmut Goebel,
ople and
not as the preferred, standard and de facto way.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
eact components.
Though
I'm not sure Python 'applets' would have React components. Point is on
these two points
i don't really find a difference between web and desktop apps.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
://www.scylladb.com/2019/02/14/the-complex-path-for-a-simple-portable-python-interpreter-or-snakes-on-a-data-plane/
is an interesting read
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://g
es of turning python
projects into executables, doing so via zipapps is an option i haven't
considered.
And it does not seem like it's for tomorrow.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/&g
maintainer of PyInstaller speaking and
i did not
see any elaborattion
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
y the
thread for it.
Well i think i'll try to contact the PyInstaller team to see what they say
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On
e target
environment to be, considering that he has the ability to tune.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
_
>
> Before asking *us*, you ought to ask what the PyInstaller developers
> think of the idea of:
>
> - relinquishing copyright to the PSF;
> - operating under the control of the Python core developers and steering
> council, under their terms;
> - releasing versions under the schedule of the Pyth
hon distributions. Not program executables
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
___
Python-ideas m
es and functionality to an already-released Python version.
Same as all other integrated libs, though i do agree that with
executable generators you have to be more careful
Kind Regards,
Abdur-Rahmaan Janhangeer
about | blog
github
Mauritius
___
Python-id
y
as you just ship a final product.
I don't exactly know how executables will interact with the WSGI protocol
but these concerns are for after and is an issue which does not concern
integrating a library per se.
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.githu
tes over anything that is
*iterable* (anything that has an iterator() function that provides an
Iterator object), or anything that is itself an iterator:
The for in loop influenced quite some langs which makes me think that the
spirit of Python as well as it's community is curiously awesome.
eing, like the
present thread is doing.
Kind regards,
Abdur-Rahmaan Janhangeer
>
___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ide
r does it explain what
it intends to convey.
Kind regards,
Abdur-Rahmaan Janhangeer
>
___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 10:52 PM David Lowry-Duda
wrote:
>
> This is very well said. And I&
On Mon, Sep 21, 2020 at 10:47 PM Chris Angelico wrote:
>
>
> (This signature at the TOP of every post is just getting in the way,
> is there any way to move it to the bottom where it belongs?)
I use Gmail and the signature always floats. I don't remember putting it in
that
irritating place. Will
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 10:19 PM Chris Angelico wrote:
> PEPs don't get updated as
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 10:00 PM Chris Angelico wrote:
>
> Can you explain to us wh
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 9:55 PM Barry Scott wrote:
> No they are saying that PEP and RFC are t
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 9:23 PM Barry Scott wrote:
>
> This is like RFC that can be dra
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 8:41 PM David Lowry-Duda
wrote:
> I see no reason why we should thin
Kind Regards,
Abdur-Rahmaan Janhangeer
about | blog
github
Mauritius
On Mon, Sep 21, 2020 at 12:20 PM Paul Moore wrote:
>
> On Mon, 21 Sep 2020 at 08:29, Abdur-Rahmaan Janhangeer
> wrote:
> >> I know that PEPs have different status as enumerated here
>
> I'm
Kind Regards,
Abdur-Rahmaan Janhangeer
about | blog
github
Mauritius
On Mon, Sep 21, 2020 at 11:46 AM Steven D'Aprano wrote:
>
> On Mon, Sep 21, 2020 at 11:25:52AM +0400, Abdur-Rahmaan Janhangeer wrote:
>
> > > How would this work in practice? After a PEP is accepted, a
On Mon, Sep 21, 2020 at 11:13 AM Greg Ewing wrote:
>
>
> There's precedent for *not* doing that kind of thing.
> "RFC" stands for "Request For Comment", and it stays that
> way long after it has become adopted as a standard!
Maybe they have not thought of doing it and also, request for comments
Kind Regards,
Abdur-Rahmaan Janhangeer
about <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Sep 21, 2020 at 11:01 AM Steven D'Aprano
wrote:
> On Mon, Sep 21, 2020 at 10:26
w it has not been accepted and when
you hear of PAP 561 you know it is an accepted PEP
I know that PEPs have different status as enumerated here
<https://www.python.org/dev/peps/> but at least
such a naming would make a clear distinction.
Curious to hear your thoughts ^^
Kind Regards,
A
be useful.
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy <https://compileralchemy.github.io/> | blog
<https://abdur-rahmaanj.github.io/>
github <https://github.com/Abdur-RahmaanJ>
Mauritius
On Mon, Jun 29, 2020 at 8:11 PM David Mertz wrote:
> The commit message is si
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Fri, Apr 3, 2020 at 4:04 AM Steven D'Aprano wrote:
> ...
> Personally, I might make and use a display hood to sho
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Fri, Apr 3, 2020 at 3:55 AM Steven D'Aprano wrote:
> On Thu, Apr 02, 2020 at 07:18:47PM +0400, Abdur-Rahmaan Janhangeer
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Fri, Apr 3, 2020 at 2:21 AM Andrew Barnert wrote:
> On Apr 2, 2020, at 13:35, Abdur-Rahmaan Janhangeer
> wrote:
> B
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Fri, Apr 3, 2020 at 12:34 AM Chris Angelico wrote:
>
> You can mess with anything on a module if you subclass ModuleType an
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Thu, Apr 2, 2020 at 8:15 PM Andrew Barnert wrote:
>
> Why should modules break all of that, and be different from
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | github
<https://github.com/Abdur-rahmaanJ/>
Mauritius
On Thu, Apr 2, 2020 at 9:52 PM Brett Cannon wrote:
>
> That's what help() is for. The __repr__ is meant to help during
Thanks for the snippet,
Was wondering if given as a package option,
we might display the module's help info.
Out of curiosity how did you learn about sys.displayhook?
Thanks.
Kind Regards,
Abdur-Rahmaan Janhangeer
compileralchemy.com <https://www.compileralchemy.com> | gi
After a question i asked on python-list,
Let's say i have a package.
>>> import package
>>> package
'>
would it be nice to be able to change the repr of the package to
>>> package
package something
some message
?
Thanks!
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Wed, Jan 8, 2020 at 8:08 PM Christopher Barker
wrote:
>
>
>> Maybe we can have a PYZ directory where the
>> packages f
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Thu, Jan 9, 2020 at 10:53 PM Paul Moore wrote:
> On Thu, 9 Jan 2020 at 18:15, Abdur-Rahmaan Janhangeer <
> arj.pyt...@gmail.co
On Thu, Jan 9, 2020 at 3:29 PM Paul Moore wrote:
>
Thanks Mr. Paul Moore, co-author of PEP441 for contributing
to the discussion. Enchanté, as you say in French 🎉
> But you haven't explained what problem adding metadata would solve.
Writing here at the same time for more points below asking fo
On Thu, 9 Jan 2020, 12:38 Chris Angelico, wrote:
>
> So you're offering no real benefits (since you have to be online to
> verify the app), and you pay the price of bundling everything. Great.
>
If you've read the thread, i'm saying i did not
propose a concrete signing solution since i'm
still l
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club | github
Mauritius
On Thu, Jan 9, 2020 at 9:10 AM Andrew Barnert wrote:
>
> On Jan 8, 2020, at 12:04, Abdur-Rahmaan Janhangeer
> wrote:
>
> OK, but I don’t see how any scheme that looks like any of the usual ones
> could
On Thu, 9 Jan 2020, 01:26 Barry Scott, wrote:
>
>
> Also can we stop cross posting to 2 lists please.
>
> Pick one and keep the thread on it please.
>
> Barry
>
Since @James proposed it some mails back, we've been on python-ideas!
>
___
Python-ideas
On Wed, 8 Jan 2020, 22:08 Andrew Barnert, wrote:
>
> But that generated zip B doesn’t have a trustable hash on it, so how can
> you execute it?
>
The issue of trust is solved by keys, i did
not propose something concrete as i'm
still looking into a viable scheme
If you keep this all hidden insi
On Wed, 8 Jan 2020, 22:14 Rhodri James, wrote:
> On 08/01/2020 18:08, many people wrote lots of stuff...
>
> Folks, could we pick one list and have the discussion there, rather than
> on both python-list and python-ideas? Getting *four* copies of Andrew's
> emails is a tad distracting :-)
>
Cho
On Wed, 8 Jan 2020, 23:04 Brett Cannon, wrote:
>
>
>
> That's under-specified. What hash algorithm was used? How are you going to
> specify it?
>
That was a sha256 demo.
But then I can modify the signatures of any of these files by regenerating
> them. Please trust me, this isn't simple to get
On Wed, 8 Jan 2020, 21:29 Andrew Barnert, wrote:
>
> How does this solve the problem? A malicious program that could modify the
> hash inside the info file could even more easily modify the hash at the end
> of the zip.
>
> Existing systems deal with this by recognizing that you can’t prevent
> a
On Wed, 8 Jan 2020, 02:15 Barry, wrote:
>
> Have a look at this write up about the horror that is zip file name
> handling.
>
> https://marcosc.com/2008/12/zip-files-and-encoding-i-hate-you/
>
> This has been a pain point at work.
>
Since zipapp did not touch the subject, i won't either
unless w
On Wed, 8 Jan 2020, 11:09 Christopher Barker, wrote:
>
> But a thought on that -- you may be able to accomplish something similar
> with conda, "conda constructor", and "conda run". -- or a new tool built
> from those. The idea is that the first time you ran your "app", it would
> install its dep
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club | github
Mauritius
On Wed, Jan 8, 2020 at 1:32 AM Brett Cannon wrote:
>
>
> This would be a packaging detail so not something to be specified in the
stdlib.
Yes, the module opening the zip will look for it
>> - [ ] Si
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Wed, Jan 8, 2020 at 2:20 AM Barry wrote:
>
> You are offing up a competitor against python wheels
>
This proposal proposes to inl
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Tue, Jan 7, 2020 at 6:40 AM Christopher Barker
wrote:
> I’m a bit unclear on how far this goes: is it just a bit more specific
> w
On Tue, 7 Jan 2020, 01:57 Barry Scott, wrote:
>
>
> Please cover the pro's and con's of the alernatives that have been raised
> as comments
> on this idea, as is usually done for a PEP style document.
>
Thanks, i don't have much experience writing peps and
if i don't bug you may i ask what "alte
-0441/
[4] https://docs.oracle.com/javase/tutorial/deployment/jar/basicsindex.html
[5] https://docs.python.org/3/library/zipapp.html
[6] https://gist.github.com/lukassup/cf289fdd39124d5394513a169206631c
[7] https://source.android.com/security/apksigning
[8] https://pythonwheels.com
Your
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Sun, Dec 29, 2019 at 10:45 PM Antoine Rozo
wrote:
> If I see a "when" keyword in a code, I will think that
> the body will
Adding a new keyword automatically assumes breaking code.
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius
On Sun, Dec 29, 2019 at 10:43 PM Nathan wrote:
> This would break any code that
ne me. When you pass this avenue, turn right etc. Using it in
programming might convey the intent of the programmer.
when x == 5:
...
else:
...
which still sells the idea of maybe if but hints away the expectation of
the author.
Yours,
Abdur-Rahmaan Janhangeer
pythonmembers.club
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
On Wed, 4 Dec 2019, 15:16 Rhodri James, wrote:
>
> Which is a problem because...?
>
> --
> Rhodri James *-* Kynesim Ltd
>
An advantage. If the topic goes round several times
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
On Wed, 4 Dec 2019, 07:38 Steven D'Aprano, wrote:
> What problem are you trying to solve? Are we suffering under a burden of
> pople resurrecting old threads from ten years ago, or
Ok posted it with the idea than mailman operated on python and the mods
were hackers enough to add functionalities.
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
___
Python-ideas mailing list
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
___
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/p
Abdur-Rahmaan Janhangeer
http://www.pythonmembers.club | https://github.com/Abdur-rahmaanJ
Mauritius
On Mon, 2 Dec 2019, 23:55 Guido van Rossum, wrote:
>
> Also, + is already overloaded enough (numbers, strings, sequences) and we
> don't need yet another, different meaning.
1 - 100 of 162 matches
Mail list logo