Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

json/simplejson related changes #204

Merged
merged 1 commit into from
May 24, 2011
Merged

json/simplejson related changes #204

merged 1 commit into from
May 24, 2011

Conversation

terencehonles
Copy link

This only affects older versions of Python because json isn't in the standard library, but I am interested in seeing how/if Jython can use boto. I'm not sure if any one else tried this, but I have been scanning the source for things which Jython may not like. I am committing this because it affects Python <= 2.5 not only Jython (2.5)

@terencehonles
Copy link
Author

...I realize that M2Crypto and Paramiko are going to be pain points for Jython, but I'm looking into that (M2Crypto looks like it is optional, and Paramiko should be replaceable by Jaramiko. However, I have already found that Jaramiko isn't a drop in replacement :( )

@garnaat
Copy link
Member

garnaat commented May 24, 2011

Paramiko is used only in the boto.manage module which the vast majority of people do not use and exposes no new functionality from AWS. It is basically a layer on top of EC2 and SDB that we found useful early on to help us manage servers. This really could/should be broken out into a separate module.

garnaat added a commit that referenced this pull request May 24, 2011
json/simplejson related changes
@garnaat garnaat merged commit 39f9851 into boto:master May 24, 2011
@terencehonles
Copy link
Author

I see. Thanks for the info.

On Tue, May 24, 2011 at 5:57 AM, garnaat <
reply@reply.github.com>wrote:

Paramiko is used only in the boto.manage module which the vast majority of
people do not use and exposes no new functionality from AWS. It is
basically a layer on top of EC2 and SDB that we found useful early on to
help us manage servers. This really could/should be broken out into a
separate module.

Reply to this email directly or view it on GitHub:
#204 (comment)

msabramo pushed a commit to msabramo/boto that referenced this pull request Nov 28, 2012
json/simplejson related changes
dyzsasd pushed a commit to dailymotion/boto that referenced this pull request May 9, 2017
Add events property to boto3.session.Session
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants