IRC log of #zope for Tuesday, 2010-08-31

*** jim_SFU has quit IRC00:09
*** redir_ has quit IRC00:10
*** srichter has quit IRC00:12
*** agroszer has quit IRC00:15
CIA-7srichter * r116041 z3c.setuptools_mercurial/ (5 files in 2 dirs):00:16
CIA-7- Bug: Improve the Buildout support. Thanks to Gary Poster for helping00:16
CIA-7me out.00:16
CIA-7- Get ready for release.00:16
CIA-7srichter * r116042 /z3c.setuptools_mercurial/tags/1.1.1: Create a release tag.00:16
CIA-7srichter * r116043 z3c.setuptools_mercurial/ (CHANGES.txt setup.py): vb00:16
*** rob0t7 has quit IRC00:21
*** redir has joined #zope00:21
*** vipod has joined #zope00:24
*** williamthekid has joined #zope00:25
*** vipod has quit IRC00:28
*** williamthekid has quit IRC00:35
*** touff has joined #zope00:39
*** TresEquis has quit IRC00:40
*** yuvilio has quit IRC00:47
*** sunew has quit IRC00:55
*** dvschramm is now known as dvschramm|away00:56
*** fredvd has joined #zope01:11
*** fredvd|meeting has joined #zope01:12
*** Hypergraphe has quit IRC01:12
*** igbun has joined #zope01:16
*** fredvd has quit IRC01:16
*** redir_ has joined #zope01:27
CIA-7jim * r116044 ZODB/src/ (CHANGES.txt ZEO/ClientStorage.py ZEO/cache.py):01:27
CIA-7Bugs fixed01:27
CIA-7----------01:27
CIA-7- Shutting down a process while committing a transaction could cause01:27
CIA-7ZEO client caches to have invalid data. This, in turn caused stale01:27
CIA-7data to remain in the cache until it was updated.01:27
*** redir has quit IRC01:28
*** redir_ has quit IRC01:31
*** shywolf9982 has quit IRC01:36
*** John[a] has joined #zope01:37
*** dayne has joined #zope01:39
*** webmaven has quit IRC01:51
*** avn has quit IRC01:57
*** MatthewWilkes is now known as MatzeWilkes01:59
*** hever has joined #zope01:59
*** MrTango has quit IRC01:59
*** igbun has quit IRC02:00
*** dayne1 has joined #zope02:07
*** dayne has quit IRC02:07
*** dayne1 has quit IRC02:12
*** benji has quit IRC02:14
*** dayne has joined #zope02:18
*** MatzeWilkes has quit IRC02:30
*** hever has quit IRC02:46
*** John[a] has quit IRC02:49
*** John[a] has joined #zope02:51
*** JaRoel|4D has quit IRC02:55
*** williamthekid has joined #zope02:56
*** williamthekid has quit IRC02:56
*** John[a] has quit IRC02:56
*** gw has joined #zope03:18
gwhi... quick question around with the zope.interface or zope.component packages. Is it possible to find all Interfaces an object is adaptable to?03:20
mcdonc_gw: http://www.muthukadan.net/docs/zca.html#getadapters03:37
mcdonc_not quite what you asked i guess03:38
mcdonc_http://www.muthukadan.net/docs/zca.html#adaptedby may help03:38
*** tiwula has quit IRC03:45
*** redir has joined #zope03:58
*** davisagli has left #zope04:03
*** cwarner has quit IRC04:10
*** cwarner_ is now known as cwarner04:10
gwmcdonc_: thanks, I'v found a solution... it's not very efficient, but it works.... I had a look at plone.customerise.... it asks the global site manager for all registered adapters....04:12
mcdonc_gw: good.. sorry, those were guesses04:14
gwmcdonc_: all what I do now is check the required attribute for each registration, and if it fits my criteria (i check len=1 and interface directly provided by object), and then take the provided attribute of the registration...04:14
gwmcdonc_: no problem....I actually prefer a try than general silence :)... thanks a lot (it's an interesting site :) )04:15
mcdonc_sounds reasonable04:15
mcdonc_yes, that book is a good resource04:16
gwdoes the book follow current development?04:16
*** menesis has joined #zope04:20
mcdonc_gw: not really, but there isn't much in zope.component anyway04:26
mcdonc_it's "done" more or less04:26
gwyes that's true... but from time to time there is this little detail..... nothing major... shouldn't be a problem...04:27
*** cwarner_ has joined #zope04:34
*** davisagli|away has joined #zope04:35
*** davisagli|away is now known as davisagli04:35
mcdonc_gw: yes... for those cases, i read the source04:35
mcdonc_that document is pretty accurate though04:36
*** davisagli is now known as davisagli|away04:36
*** igbun has joined #zope04:36
mcdonc_although lots of times its just easier to pull up the source anyway04:36
*** mr_jolly has left #zope04:40
*** cwarner__ has joined #zope04:44
*** cwarner_ has quit IRC04:47
gwhehe... true....the old saying: grep is your friend :)04:52
mcdonc_zope has a longstanding culture of rtsl04:55
mcdonc_i'm happy to have been a part of it, now gimme the docs ;-)04:55
*** davisagli|away is now known as davisagli04:58
gwthat's maybe one of the drawbacks of python... it's not so well suited for literal programming... or it's advantage, that it's just not that necessary as with other languages :)04:58
*** cwarner_ has joined #zope05:00
*** cwarner__ has quit IRC05:02
mcdonc_sphinx makes it tolerable these days05:05
mcdonc_(to do the docs, i mean)05:05
*** alvaro_ has quit IRC05:06
mcdonc_before sphinx, it was a wasteland05:06
mcdonc_(and most of the zope code predates sphinx)05:06
gwsphinx is really nice... yes05:06
mcdonc_i'm a sphinx fanbody05:07
mcdonc_fanboy05:07
gwhowever the zope attempt to serve doc-strings as documentation pages was rather nice too... (the majro idea)05:07
gwi think in zope3 it was ++doc++ or something like that...05:08
mcdonc_yes, srichter added that iirc05:09
mcdonc_(he of "zope3 content management" or so)05:10
mcdonc_i'm mostly a sphinx fan because it allowed me to write and publish a tech book05:11
gwnice...05:11
mcdonc_it does require some attitude adjustment05:11
mcdonc_but mostly for the better05:11
gwI really did like the literal programming in haskell..... you write your document in latex, and also have (more or less) readable source code.....05:12
gwmixes really well....05:12
gwand did not need any adjustment from both worlds.... really impressive....05:12
mcdonc_i'm ignorant of haskell, but i believe it05:12
gwit was a curious excurs for me :)05:13
*** cwarner_ has quit IRC05:13
gwand I had to write a paper.... so I got both done at once..... :)05:13
mcdonc_good old help(someobject) is also useful05:13
gwthat was probably the inspiration for zope's ++doc++ (and predecessor)05:14
mcdonc_docstrings are a great idea05:15
mcdonc_(or at least the casual spelling of same)05:16
mcdonc_shame interfaces never caught on really05:16
mcdonc_they are also useful docs if maintained05:16
mcdonc_but pdb tells all05:17
gw:)... in most cases they are ok (I reall like them a s quick example in the code).... and most people put them into separate documents if they are used for extensive testing documentation.05:17
*** igbun has quit IRC05:17
gwI think it's time to improve the standard pdb interface a bit..... :)05:18
gw(iirc this was part of some google code project wasn't it?)05:18
mcdonc_i'm not sure05:19
mcdonc_i'm pretty used to the spartan-ness at this point, but i know there are various wrappers for it05:19
mcdonc_wingide has one05:19
gwipdb should work too :)05:19
*** igbun has joined #zope05:21
mcdonc_i think if anybody changed the standard ui, there would be an insurrection ;-)05:22
*** alecm has quit IRC05:22
*** davisagli is now known as davisagli|away05:23
gwcould well be :)05:23
mcdonc_as thomas friedman says, "typewriters!  typewriters!  typewriters!"05:24
mcdonc_(insert defuct technology as required)05:24
*** cwarner_ has joined #zope05:25
gwI mean the kiss principle is almost always the most appropriate choice.. but... sometimes it would be nice when it's not too simple :)05:32
gwwell... we'll see what happens.... I am sure the standard interface will not survive another 10 years :)05:32
gwat least not as default05:33
*** davisagli|away has quit IRC05:34
*** davisagli has joined #zope05:35
mcdonc_we'll all have flying cars by then anyway05:37
mcdonc_it wont matter05:37
*** kriox has joined #zope05:39
*** igbun has quit IRC05:42
*** igbun has joined #zope05:43
*** cwarner__ has joined #zope05:56
*** cwarner___ has joined #zope05:57
*** cwarner_ has quit IRC06:00
*** cwarner__ has quit IRC06:00
*** cwarner___ has quit IRC06:02
*** cwarner_ has joined #zope06:05
*** igbun has quit IRC06:13
*** fredvd|meeting has quit IRC06:21
*** kriox has quit IRC06:25
*** slackrunner has quit IRC06:49
*** slackrunner has joined #zope06:53
*** cwarner_ has quit IRC07:20
*** cwarner_ has joined #zope07:24
*** sm has quit IRC07:25
*** sm has joined #zope07:26
*** __mac__ has joined #zope07:37
*** slackrunner has quit IRC07:39
*** mcdonc__ has joined #zope07:46
*** mcdonc_ has quit IRC07:46
*** prkotra has joined #zope07:47
*** gw has left #zope07:59
*** gw has quit IRC07:59
*** fcanto has joined #zope08:15
*** zagy has quit IRC08:21
*** bhagat has joined #zope08:23
bhagatIs there a way to view & edit a ZPT  file in ZMI ?,  the .zpt file  which is inside a file based zope product.08:31
bhagatlike   obj.manage_addDTMLMethod(id,title,file),  this will add  a DTML file  inside ZMI. which is the equivalent for   zpt to do the  same?08:33
*** JaRoel|4D has joined #zope08:41
*** pingviin1 has joined #zope08:44
*** cwarner_ has quit IRC08:46
*** zagy has joined #zope08:47
*** digitalmortician has quit IRC08:49
*** mcdonc__ has quit IRC08:57
*** mcdonc__ has joined #zope08:57
*** jakke2k has joined #zope09:00
*** JaRoel|4D has quit IRC09:01
*** prkotra has quit IRC09:02
*** kleist has joined #zope09:15
*** redir has quit IRC09:19
*** redir has joined #zope09:21
*** redir_ has joined #zope09:22
*** redir has quit IRC09:25
*** __mac__ has quit IRC09:30
*** redir has joined #zope09:38
*** redir_ has quit IRC09:38
*** redir_ has joined #zope09:40
*** redir has quit IRC09:41
*** redir_ has quit IRC09:41
*** redir has joined #zope09:42
*** redir has quit IRC09:42
*** redir has joined #zope09:43
*** redir has quit IRC09:44
*** redir has joined #zope09:44
*** redir has quit IRC09:45
*** redir has joined #zope09:46
*** redir has quit IRC09:46
*** redir has joined #zope09:46
*** redir has quit IRC09:47
*** kleist has quit IRC09:47
*** kleist has joined #zope09:50
*** digitalmortician has joined #zope09:56
*** pingviin1 has quit IRC09:57
*** JaRoel|4D has joined #zope09:59
CIA-7hannosch * r116045 Products.ZSQLMethods/CHANGES.txt: Whitespace10:02
CIA-7hannosch * r116046 Products.ZSQLMethods/ (CHANGES.txt setup.py): Prepare Products.ZSQLMethods 2.13.3.10:02
CIA-7hannosch * r116047 /Products.ZSQLMethods/tags/2.13.3: Tagged Products.ZSQLMethods 2.13.3.10:03
*** touff has quit IRC10:04
*** alexpilz has joined #zope10:14
*** __mac__ has joined #zope10:15
*** MrTango has joined #zope10:23
CIA-7hannosch * r116045 Products.ZSQLMethods/CHANGES.txt: Whitespace10:24
CIA-7hannosch * r116046 Products.ZSQLMethods/ (CHANGES.txt setup.py): Prepare Products.ZSQLMethods 2.13.3.10:24
CIA-7hannosch * r116047 /Products.ZSQLMethods/tags/2.13.3: Tagged Products.ZSQLMethods 2.13.3.10:24
CIA-7hannosch * r116048 Products.ZSQLMethods/ (CHANGES.txt setup.py): Bump version10:24
CIA-7hannosch 2.12 * r116049 Zope/ (doc/CHANGES.rst versions.cfg): Update to Products.ZSQLMethods = 2.13.310:24
CIA-7hannosch 2.12 * r116050 Zope/doc/CHANGES.rst: Punctuation10:24
CIA-7hannosch * r116051 Acquisition/ (CHANGES.txt src/Acquisition/Acquisition.h): LP 623665: Fixed typo in Acquisition.h.10:24
CIA-7hannosch * r116052 Acquisition/ (CHANGES.txt setup.py): Prepare Acquisition 2.13.4.10:24
CIA-7hannosch * r116053 /Acquisition/tags/2.13.4: Tagged Acquisition 2.13.4.10:25
CIA-7hannosch * r116054 Acquisition/ (CHANGES.txt setup.py): Bump version10:25
CIA-7hannosch 2.12 * r116055 Zope/ (doc/CHANGES.rst versions.cfg): Acquisition = 2.13.410:25
CIA-7hannosch * r116056 Zope/ (doc/CHANGES.rst versions.cfg): Merged c116055 from 2.12 branch10:25
*** MrWu has joined #zope10:27
*** sashav has joined #zope10:28
*** neo|4D has joined #zope10:32
*** planetzopebot has quit IRC10:33
*** planetzopebot has joined #zope10:34
*** fcanto has quit IRC10:34
*** MJ has joined #zope10:35
*** JaRoel|4D has quit IRC10:35
*** eperez has joined #zope10:35
*** JaRoel|4D has joined #zope10:36
*** JaRoel|4D has quit IRC10:38
*** JaRoel|4D has joined #zope10:38
*** MrWu has quit IRC10:39
*** vipod has joined #zope10:42
*** cna has joined #zope10:44
*** Theuni1 has joined #zope10:47
*** shywolf9982 has joined #zope10:49
*** River-Rat has joined #zope10:55
*** River_Rat has quit IRC10:57
*** msg has joined #zope11:03
*** ccomb has joined #zope11:06
*** agroszer has joined #zope11:07
*** mr_jolly has joined #zope11:07
*** msg has quit IRC11:12
*** alexpilz has quit IRC11:15
CIA-7ctheune * r116057 /zopetoolkit/doc/source/zope-dev/zope-dev-20100824.rst: update report for last week11:18
*** sunew has joined #zope11:31
CIA-7ctheune * r116058 /zopetoolkit/doc/source/zope-dev/ (zope-dev-20100831.rst index.rst): add agenda for today11:33
CIA-7ctheune * r116059 /zopetoolkit/doc/source/zope-dev/ (archive.rst index.rst):11:33
CIA-7add agenda for today, put old meetings into archive to save space on the11:33
CIA-7frontpage11:33
*** cna has quit IRC11:37
*** cna_ has joined #zope11:37
*** John[a] has joined #zope11:44
*** mitchell`off is now known as mitchell`11:44
*** igbun has joined #zope11:44
*** alexpilz has joined #zope11:52
*** MatthewWilkes has joined #zope11:53
*** digitalmortician has quit IRC11:55
*** giampaolo has joined #zope11:56
*** davisagli is now known as davisagli|away12:02
*** mr_jolly has left #zope12:02
*** evilbungle has joined #zope12:25
*** TomBlockley has joined #zope12:25
*** redir has joined #zope12:30
*** vipod_ has joined #zope12:44
*** MJ is now known as MJ|away12:45
*** John[a] has quit IRC12:45
*** vipod has quit IRC12:47
*** vipod_ is now known as vipod12:47
*** zagy1 has joined #zope12:49
*** zagy has quit IRC12:49
*** digitalmortician has joined #zope12:52
*** digitalmortici-1 has joined #zope12:52
*** tisto has joined #zope12:56
*** digitalmortician has quit IRC12:57
CIA-7wichert * r116060 Products.GenericSetup/Products/GenericSetup/www/sutCompare.zpt: Fix XML syntax error13:01
*** igbun has quit IRC13:01
*** digitalmortician has joined #zope13:02
*** mahiti_skt has joined #zope13:05
*** digitalmortici-1 has quit IRC13:06
*** pyqwer has joined #zope13:09
bhagat  obj.manage_addDTMLMethod(id,title,file),  this will add  a DTML document  in ZMI. which is the equivalent for   zpt to do the  same?13:10
*** __mac__ has quit IRC13:21
*** dayne has quit IRC13:28
*** dayne has joined #zope13:31
*** TomBlockley_ has joined #zope13:31
*** TomBlockley__ has joined #zope13:32
*** TomBlockley_ has quit IRC13:32
*** TomBlockley has quit IRC13:34
*** TomBlockley__ is now known as TomBlockley13:34
*** vipod has quit IRC13:38
*** vipod has joined #zope13:38
*** TomBlockley has quit IRC13:42
*** TomBlockley has joined #zope13:43
*** menesis has quit IRC13:43
*** __mac__ has joined #zope13:47
*** MJ|away is now known as MJ13:57
*** River_Rat has joined #zope13:59
*** River-Rat has quit IRC14:02
*** ignas has joined #zope14:22
*** Theuni1 has quit IRC14:28
*** menesis has joined #zope14:30
*** vipod_ has joined #zope14:31
*** vipod has quit IRC14:32
*** vipod_ is now known as vipod14:32
*** River-Rat has joined #zope14:34
*** avn has joined #zope14:35
*** River_Rat has quit IRC14:36
*** Theuni1 has joined #zope14:41
*** River_Rat has joined #zope14:41
*** River-Rat has quit IRC14:44
*** River-Rat has joined #zope14:45
*** River_Rat has quit IRC14:48
*** River-Rat has quit IRC15:02
*** RiverRat has joined #zope15:04
*** MJ is now known as MJ|lunch15:06
Moo^_^does unrestrictedTraverse() support ".." travering to parent?15:07
bhagatmanage_addDTMLMethod  for DTML       what the equivalent for zpt ?15:10
*** bhagat has quit IRC15:20
*** webmaven has joined #zope15:22
__mac__manage_addPageTemplateForm would have been the answer15:33
*** Charlie_X has joined #zope15:44
*** Charlie_X has left #zope15:44
*** evilbungle has quit IRC15:50
*** benji___ has joined #zope15:54
*** alexpilz has quit IRC15:54
*** mahiti_skt has quit IRC16:04
planetzopebotPersonal: Back to the city life (..: hannosch :..)  http://blog.hannosch.eu/2010/08/personal-back-to-city-life.html16:04
*** MJ|lunch is now known as MJ16:09
*** eperez has quit IRC16:14
*** dvschramm|away is now known as dvschramm16:16
*** benji___ is now known as benji16:23
*** hever has joined #zope16:23
*** hever has quit IRC16:26
*** hever has joined #zope16:27
*** zagy1 has quit IRC16:28
*** jim_SFU has joined #zope16:29
*** sashav has quit IRC16:29
*** evilbungle has joined #zope16:31
*** dayne has quit IRC16:36
*** webmaven has quit IRC16:38
*** alvaro_ has joined #zope16:40
*** neo|4D has quit IRC16:45
*** neo|4D has joined #zope16:46
*** dayne has joined #zope17:05
*** cna_ has quit IRC17:06
*** zagy has joined #zope17:08
*** mcdonc has joined #zope17:16
*** mcdonc__ has quit IRC17:17
*** slackrunner has joined #zope17:33
*** hever has quit IRC17:38
*** Charlie_X has joined #zope17:40
*** MrWu has joined #zope17:41
*** __mac__ has quit IRC17:44
*** tiwula has joined #zope17:50
CIA-7jim jim-readCurrent * r116061 ZODB/src/ZODB/ (Connection.py tests/testConnection.py interfaces.py): Fixed the signature for checkCurrentSerialInTransaction.17:52
* Charlie_X looks expectantly18:00
*** John[a] has joined #zope18:00
Charlie_XI've got biscuits, you know.18:00
Charlie_XTheuni1: here?18:03
* agroszer sneaks up on biscuits18:06
agroszerthis is going to be a 1-on-1?18:07
do3cche18:07
* Charlie_X waves at everyone18:07
do3ccso us three I guess?18:07
Charlie_XI suppose things are spoiled with Hanno's pre-emptive e-mail18:08
Charlie_XLooks like it.18:08
Charlie_XLooking at the agenda - anything to say about supporting Python 2.7?18:08
do3cczodb does not support it yet18:09
do3ccat least under windows18:09
do3ccafpy has some testrunners already, so people can look there for failures18:10
Charlie_XThis would sound like a windows problem to me. We've been building "reward" on Python 2.7 + ZODB without problems.18:10
*** eperez has joined #zope18:11
do3ccmaybe18:11
do3ccwe will have tests for zodb on linux too. Soonishly18:12
Charlie_XOf course, that's not a real answer. I guess the question for the ZTK team is when Python 2.7 should be supported. 1.1 sounds reasonable for this.18:12
do3ccyes18:13
*** Theuni1 has quit IRC18:13
Charlie_XNext - abandoned projects.18:13
Charlie_XI think this is really something for the summit but your ideas, please.18:13
do3cccan you elaborate?18:15
Charlie_XI think we might want to formalise what constitutes an abandoned project which allows us to drop it (from the ZTK or other Zope project).18:16
* agroszer looking at winbot/zodb18:16
Charlie_XBut I think this implies that we define what projects should be included in the first place. The less we include, the less we have to maintain.18:17
do3ccI think everybody will be pissed if we make the list very small soonishly18:17
do3ccno not everybody, but some18:17
do3ccThat might actually be an indicator18:18
do3ccif nobody objects, remove it18:18
Charlie_XThat's the sort of thing.18:18
do3ccI was thinking of saying that if it breaks tests for a long time, it should be removed, but I guess people will fix breaking tests.18:18
Charlie_XBut we should also set criteria for inclusion and maintenance.18:18
do3ccWhich does not mean, it is maintained18:19
Charlie_XSome stuff probably doesn't need much maintenance.18:19
*** digitalmortician has quit IRC18:19
do3ccWell, but there should be somebody who understands the meaning of the code between the line18:19
Charlie_XSure18:20
*** John[a] has quit IRC18:20
agroszerlike z3c.testsetup18:20
agroszerBB tests fail on it18:20
Charlie_XProjects for future inclusion should come with good documentation and tests.18:20
agroszerand noone answers my mail18:20
do3ccLets focus on exclusion fist18:20
Charlie_XI think the two are related and it's better to formulate a policy for inclusion which will help work out how to deal with "abandoned" stuff.18:21
do3ccok, with that in mind, I have an idea18:21
Charlie_XWhich is why I think this is a topic for the summit. It gets too ad hoc otherwise.18:21
agroszerthe policy is about staying in18:22
do3cchow about creating bars, and slowly raising bars for existing packages for staying included18:22
Charlie_Xagroszer: some of the stuff that is "in" probably shouldn't be.18:22
* agroszer already sees the flame18:22
Charlie_Xdo3cc: yes, that's the sort of thing.18:22
* Charlie_X is made out of Teflon18:22
do3ccwe make tight requirements, like in kyoto18:23
do3ccreduce non tested lines of code by 2% until 202018:23
Charlie_XSomething like that.18:24
agroszeryou got to measyre that first ;-)18:24
do3ccI believe that the actual bars should be discussion in public and be defined per package18:24
agroszers/y/u18:24
Charlie_XI guess if we can start adding some value to test results that will get easier. And once I get my nagging script to point at people that might encourage a greater sense of responsibility.18:24
do3ccmeasuring that is easy18:24
do3ccHow can one measure documentation improvement?18:25
do3cczope.component has many lines of documentation, but its really just tests18:25
*** allisterb has quit IRC18:26
do3ccI have a greasemonkey script that hides testcode on pypi, then the documentation looks like a joke18:26
Charlie_XMeasuring documentation is more difficult but you've just hit the nail on the head.18:26
do3ccdid I? ;-)18:26
Charlie_XI think so, yes.18:27
do3ccMaybe counting the documentation to code ratio in checkins helps18:27
Charlie_XThe documentation should make some sense without tests.18:27
do3ccHmm18:28
do3ccwe might refactor the packages and put clear test "documentation" in different files18:29
*** daMaestro has joined #zope18:29
do3ccthis then gets ignored for documentation to code ratio18:29
do3ccThen we can start measuring loc/lod and define a whished ratio for each package18:30
Charlie_XStart with a model package that others should strive to emulate.18:30
Charlie_XDocumentation after the fact is always going to be a problem, if not the problem.18:30
do3cchonestly, I feel this will make ztk very small any way18:30
Charlie_XThat's a good thing.18:30
Charlie_X18:31
do3ccso, whos gonna document zope.component?18:31
*** alvaro_ has quit IRC18:31
Charlie_XGood question.18:31
Charlie_XAs I said I think this is something for the summit.18:31
*** alvaro_ has joined #zope18:31
Charlie_XSo, pretty much out of time.18:32
do3ccI propose we ask on the mailing list18:32
agroszerthat gives a flame18:33
agroszerfor sure18:33
do3ccwhat would people want as requirements to stay in the ztk list18:33
agroszerand no results18:33
CIA-7jim jim-readCurrent * r116062 ZODB/src/ (ZODB/dbmStorage.py CHANGES.txt): - Removed untested unsupported dbmstorage fossil.18:33
Charlie_Xagroszer: never know till you try. I'll drop an e-mail to the list.18:33
agroszersomething like this was already a topic as I remember18:34
agroszeraround the time Martijn "quit"18:34
Charlie_Xagroszer: you also have your MS developer licence now as well, don't you?18:34
agroszeryah18:34
do3ccagroszer: on the other side, if you try to avoid the discussion, people might ignore you because they believe you want to mandate something to them over their head18:34
Charlie_XSome things are worth repeating.18:34
agroszerok, repeat18:34
agroszerCharlie_X, yup I got the licence18:35
agroszeryou can put the x there ;-)18:35
Charlie_XWe'll have a few good heads at the summit to discuss stuff but maybe starting the ball rolling isn't a bad idea.18:35
Charlie_Xagroszer: I'll review posts from the end of last year to see I don't raise too many of the wrong issues.18:35
Charlie_XOkay, thank your for your time and input.18:37
do3ccthank you for being the mediator18:37
agroszerthx, till next week18:37
*** menesis has quit IRC18:37
*** menesis has joined #zope18:38
*** allisterb has joined #zope18:39
*** avn has quit IRC18:40
*** MrWu has quit IRC18:40
*** yuvilio has joined #zope18:41
*** ignas has quit IRC18:42
*** alvaro_ has quit IRC18:43
*** alvaro_ has joined #zope18:44
*** ignas has joined #zope18:45
*** JaRoel|4D has quit IRC18:45
*** allisterb has quit IRC18:46
*** alecm has joined #zope18:47
CIA-7jim jim-readCurrent * r116063 ZODB/src/ZODB/interfaces.py: Fixed interface.18:49
CIA-7jim jim-readCurrent * r116064 ZODB/src/ZODB/tests/testConnection.py: Use read conflict errors.18:49
CIA-7jim jim-readCurrent * r116065 ZODB/src/ZODB/POSException.py: Be more flexible about arguments.18:49
*** slackrunner has quit IRC18:49
*** sunew has quit IRC18:50
*** John[a] has joined #zope18:50
*** John[a] has quit IRC18:54
*** allisterb has joined #zope19:00
*** benji is now known as benji-lunch19:00
CIA-7menesis * r116066 van.pydeb/van/pydeb/__init__.py:19:04
CIA-7Change comment to state that dependency on namespace packages is needed19:04
CIA-7rather than it can be removed later.19:04
planetzopebotPlone Conference 2010 Talks Submission Deadline Extended (Plone News)  http://plone.org/events/conferences/bristol-2010/plone-conference-2010-talks-submission-deadline-extended19:04
*** yuvilio has quit IRC19:10
*** giampaolo has quit IRC19:12
*** slackrunner has joined #zope19:14
*** yuvilio has joined #zope19:19
*** alvaro_ has quit IRC19:24
*** alvaro_ has joined #zope19:25
*** ignas has quit IRC19:32
*** sunew has joined #zope19:35
*** mitchell` is now known as mitchell`off19:38
*** tisto has quit IRC19:40
*** TomBlockley has quit IRC19:40
*** TomBlockley has joined #zope19:42
*** MatthewWilkes has quit IRC19:44
*** ccomb has quit IRC19:46
*** pyqwer has quit IRC19:57
*** teratorn has quit IRC19:58
*** Hypergraphe_ has joined #zope19:58
*** davisagli|away is now known as davisagli20:00
*** teratorn has joined #zope20:02
*** MJ has quit IRC20:04
*** benji-lunch is now known as benji20:04
*** MJ has joined #zope20:06
*** MJ has quit IRC20:07
*** hever has joined #zope20:09
*** srichter has joined #zope20:11
*** hever has quit IRC20:12
*** hever has joined #zope20:12
*** agroszer_ has joined #zope20:17
*** agroszer has quit IRC20:19
*** hever has quit IRC20:19
*** hever has joined #zope20:20
*** sunew has quit IRC20:35
*** hever has quit IRC20:44
*** david has joined #zope20:44
*** david7 has joined #zope20:45
*** agroszer_ is now known as agroszer20:45
david7hi!20:45
*** david is now known as Guest5364820:45
*** evilbungle has quit IRC20:46
*** sunew has joined #zope20:47
*** david7 has quit IRC20:49
*** Guest53648 has quit IRC20:49
*** tiwula has quit IRC21:01
*** John[a] has joined #zope21:07
*** MrWu has joined #zope21:10
*** digitalmortician has joined #zope21:10
*** tiwula has joined #zope21:11
*** shastry_ has joined #zope21:22
*** menesis has quit IRC21:24
*** shastry has quit IRC21:25
*** __mac__ has joined #zope21:26
*** MrWu has quit IRC21:30
*** __mac__ has quit IRC21:36
*** __mac__ has joined #zope21:38
*** agroszer has quit IRC21:45
*** __mac__ has quit IRC21:49
*** aaronv has joined #zope21:50
*** __mac__ has joined #zope21:50
*** MrWu has joined #zope21:51
*** aaronv has quit IRC21:56
*** __mac__ has quit IRC21:57
*** MrWu has quit IRC22:01
*** menesis has joined #zope22:04
*** vipod has quit IRC22:06
*** ccomb has joined #zope22:07
*** kleist has quit IRC22:07
*** alvaro_ has quit IRC22:17
*** alvaro_ has joined #zope22:17
*** shastry_ has quit IRC22:18
*** avn has joined #zope22:24
*** MatthewWilkes has joined #zope22:33
*** daMaestro has quit IRC22:43
*** AnneGilles has joined #zope22:45
*** daMaestro has joined #zope22:47
*** daMaestro has quit IRC22:51
*** daMaestro has joined #zope22:51
CIA-7jim jim-readCurrent * r116067 ZODB/src/ZODB/ (5 files in 2 dirs): Updated checkCurrentSerialInTransaction for the basic storages.22:52
CIA-7jim jim-readCurrent * r116068 ZODB/src/ZEO/ (5 files):22:52
CIA-7Updated checkCurrentSerialInTransaction for ZEO.22:52
CIA-7Also did some storage server implementation cleanup, removing some22:52
CIA-7dups and folding a small module into StorageServer.py.22:52
*** Charlie_X has left #zope22:58
*** yuvilio has quit IRC22:58
*** John[a] has quit IRC23:03
*** AnneGilles has quit IRC23:07
*** AnneGilles has joined #zope23:08
*** hever has joined #zope23:37
*** MrWu has joined #zope23:43
*** JaRoel|4D has joined #zope23:58

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!